ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Full-Stack React, TypeScript, and Node

دانلود کتاب واکنش کامل ، TypeScript و گره

Full-Stack React, TypeScript, and Node

مشخصات کتاب

Full-Stack React, TypeScript, and Node

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781839219931 
ناشر: Packt Publishing Pvt. Ltd. 
سال نشر: 2020 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 18 مگابایت 

قیمت کتاب (تومان) : 34,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 16


در صورت تبدیل فایل کتاب Full-Stack React, TypeScript, and Node به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب واکنش کامل ، TypeScript و گره نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی درمورد کتاب به خارجی



فهرست مطالب

Cover
Title Page
Copyright and Credits
Dedication
About Packt
Contributors
Table of Contents
Preface
Section 1:Understanding TypeScript and How It Can Improve Your JavaScript
Chapter 1: Understanding TypeScript
	Technical requirements
	What is TypeScript?
	Why is TypeScript necessary?
		Dynamic versus static typing
		Object-oriented programming
	Summary
Chapter 2: Exploring TypeScript
	Technical requirements
	What are types?
		How do types work?
	Exploring TypeScript types
		The any type
		The unknown type
		Intersection and union types
		Literal types
		Type aliases
		Function return types
		Functions as types
		The never type
	Understanding classes and interfaces
		Classes
		Interfaces
	Understanding inheritance
		Abstract classes
		Interface
	Learning generics
	Learning the latest features and configuring the compiler
		Optional chaining
		Nullish coalescing
		TypeScript configuration
	Summary
Chapter 3: Building Better Apps with ES6+ Features
	Technical requirements
	Learning about ES6 variable types and JavaScript scoping
	Learning about arrow functions
	Changing the this context
	Learning about spread, destructuring, and rest
		Spread, Object.assign, and Array.concat
		Rest
	Learning about new array functions
		find
		filter
		map
		reduce
		some and every
	Learning about new collection types
		Set
		Map
	Learning about async await
	Summary
Section 2: Learning Single-Page Application Development Using React
Chapter 4: Learning Single-Page Application Concepts and How React Enables Them
	Technical requirements
	Understanding how websites were built in the past
	Understanding SPA benefits and attributes
	Understanding how React helps build SPAs
		Attributes of a React application
	Summary
Chapter 5: React Development with Hooks
	Technical requirements
	Understanding the limitations and issues with the old class-style components
		State
		Lifecycle methods
	Learning React Hooks and understanding how it is an improvement over class-style components
	Comparing and contrasting the class way versus the Hooks way
		Code reuse
		Simplicity
	Summary
Chapter 6: Setting Up Our Project Using create-react-app and Testing with Jest
	Technical requirements
	Learning React development methods and about the build system
		Project tools
		Transpilation
		Code repositories
	Understanding client-side testing for React
	Mocking
		Mocking with jest.fn
		Component mocking
	Learning common tools and practices for React development
		VS Code
		Prettier
		Chrome Debugger
		Alternative IDEs
	Summary
Chapter 7: Learning Redux and React Router
	Technical requirements
	Learning about Redux state
		Reducers and actions
		React Context
	Learning about React Router
	Summary
Section 3: Understanding Web Service Development Using Express and GraphQL
Chapter 8: Learning Server-Side Development with Node.js and Express
	Technical requirements
	Understanding how Node works
		Event loop
	Learning Node\'s capabilities
		Installing Node
		Creating a simple Node server
		Request and Response
		Routing
		Debugging
	Understanding how Express improves Node development
	Learning Express\'s capabilities
	Creating a web API with Express
	Summary
Chapter 9: What is GraphQL?
	Technical requirements
	Understanding GraphQL
	Understanding GraphQL schemas
	Understanding Typedefs and Resolvers
	Understanding queries, mutations, and subscriptions
	Summary
Chapter 10: Setting Up an Express Project with TypeScript and GraphQL Dependencies
	Technical requirements
	Creating a TypeScript-based Express project
	Adding GraphQL and dependencies to a project
	Reviewing ancillary packages
	Summary
Chapter 11: What We Will Learn – Online Forum Application
	Analyzing what we will build – The forum application
	Analyzing forum authentication
	Analyzing thread management
	Analyzing the thread points system
	Summary
Chapter 12: Building the React Client for Our Online Forum Application
	Technical requirements
	Creating the initial version of our React application
		CSS Grid
		Error Boundaries
		Data Service layer
		Navigation menu
		Authentication components
		Routing and screens
		Home screen
		Thread posts screen
	Summary
Chapter 13: Set Up a Session State Using Express and Redis
	Technical requirements
	Understanding session state
	Understanding Redis
	Building session state with Express and Redis
	Summary
Chapter 14: Setting Up Postgres and a Repository Layer with TypeORM
	Technical requirements
	Setting up our Postgres database
	Understanding object relational mappers by using TypeORM
	Building our repository layer using Postgres and TypeORM
	Summary
Chapter 15: Adding GraphQL Schema Part I
	Technical requirements
	Creating GraphQL server-side typedefs and resolvers
		ThreadPoint System
	Integrating authentication with GraphQL resolvers
	Creating React client-side Hooks for querying Apollo GraphQL
		The Main screen
		Authentication-related features
		The UserProfile screen
	Summary
Chapter 16: Adding a GraphQL Schema – Part II
	Thread route
		Points system
	Summary
Chapter 17: Deploying an Application to AWS
	Technical requirements
	Setting up Ubuntu Linux on AWS Cloud
	Setting up Redis, Postgres, and Node on Ubuntu
		Setting up Redis
		Setting up Postgres
		Setting up Node
	Setting up and deploying our app on NGINX
		Setting up super-forum-server
		Setting up super-forum-client
		Troubleshooting
	Summary
Other Books You May Enjoy
Index




نظرات کاربران