Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
React & Typescript - The Practical  Guide Vote_lcapReact & Typescript - The Practical  Guide Voting_barReact & Typescript - The Practical  Guide Vote_rcap 
ПΣӨƧӨFƬ
React & Typescript - The Practical  Guide Vote_lcapReact & Typescript - The Practical  Guide Voting_barReact & Typescript - The Practical  Guide Vote_rcap 
ℛeℙ@¢ᴋ€r
React & Typescript - The Practical  Guide Vote_lcapReact & Typescript - The Practical  Guide Voting_barReact & Typescript - The Practical  Guide Vote_rcap 
大†Shinegumi†大
React & Typescript - The Practical  Guide Vote_lcapReact & Typescript - The Practical  Guide Voting_barReact & Typescript - The Practical  Guide Vote_rcap 
missyou123
React & Typescript - The Practical  Guide Vote_lcapReact & Typescript - The Practical  Guide Voting_barReact & Typescript - The Practical  Guide Vote_rcap 
Engh3
React & Typescript - The Practical  Guide Vote_lcapReact & Typescript - The Practical  Guide Voting_barReact & Typescript - The Practical  Guide Vote_rcap 
ronaldinho424
React & Typescript - The Practical  Guide Vote_lcapReact & Typescript - The Practical  Guide Voting_barReact & Typescript - The Practical  Guide Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» OpenCloner Ripper 2024 7.20.131 (x64) Multilingual
React & Typescript - The Practical  Guide EmptyHoy a las 1:30 pm por ronaldinho424

» illustrate TuneFUSION R2024-06-28 Retail
React & Typescript - The Practical  Guide EmptyHoy a las 1:26 pm por ronaldinho424

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
React & Typescript - The Practical  Guide EmptyHoy a las 1:22 pm por ronaldinho424

» AOMEI Partition Assistant 10.4.1 Multilingual+ WinPE
React & Typescript - The Practical  Guide EmptyHoy a las 1:18 pm por ronaldinho424

» Irix HDR Pro / Classic Pro 2.3.28
React & Typescript - The Practical  Guide EmptyHoy a las 4:27 am por missyou123

» Ashampoo AntiSpy Pro 1.6.0 Multilingual
React & Typescript - The Practical  Guide EmptyAyer a las 7:58 pm por 大†Shinegumi†大

» AnyMP4 Video Converter Ultimate 8.5.58 (x64) Multilingual
React & Typescript - The Practical  Guide EmptyAyer a las 7:51 pm por 大†Shinegumi†大

» ARES Commander 2025.1 Build 25.1.1.2142 (x64)
React & Typescript - The Practical  Guide EmptyAyer a las 7:43 pm por 大†Shinegumi†大

» Maplesoft Maple 2024.1.1 (x64) Multilingual
React & Typescript - The Practical  Guide EmptyAyer a las 7:41 pm por 大†Shinegumi†大

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 React & Typescript - The Practical Guide

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70295
Fecha de inscripción : 20/08/2016

React & Typescript - The Practical  Guide Empty
MensajeTema: React & Typescript - The Practical Guide   React & Typescript - The Practical  Guide EmptyMiér Oct 25, 2023 1:02 am


React & Typescript - The Practical  Guide E96a26fdb73497638c13386d6070eb3b
React & Typescript - The Practical Guide
Published 10/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.86 GB | Duration: 7h 33m

Build type-safe React apps & use TypeScript to enhance your components, state management, Redux & side effects code.

What you'll learn
Learn how to build React apps with TypeScript
Get a structured introduction to TypeScript
Use both basic & advanced TypeScript concepts
Build dynamic & highly flexible components with React & TypeScript
Build advanced & highly dynamic components in a type-safe way
Use TypeScript with React's Context API & useReducer() Hook
Manage state and events with React and TypeScript
Use TypeScript with Redux for type-safe global state management
Requirements
Basic React knowledge of core concepts (components, JSX, state) is needed
NO prior TypeScript knowledge is required
Description
TypeScript is an amazing technology that helps developers write better code with less errors - simply because it let's you catch & fix type-related errors whilst writing the code (instead of when testing the application).But using TypeScript with React can sometimes be tricky. Especially when building more complex, dynamic components, defining the right types can be challenging.That's why I built this course!Because this course will teach you how to use TypeScript with React - and, of course, the course will introduce you to all the core concepts & patterns you need to work with components, state, side effects & more in a type-safe way!This course will:Teach you WHY using TypeScript in your React projects might be a good ideaIntroduce you to the key TypeScript concepts you'll need - when working with React & in generalGet you started with using TypeScript with React - for components, state & moreExplore more advanced, complex patterns & examplesHelp you with building dynamic or even polymorphic components in a type-safe wayTeach you how to use TypeScript with React's Context APIExplore how you can enhance code used with useReducer() with help of TypeScriptCover data fetching & useEffect() with TypeScriptUse the popular Redux library in a type-safe wayBuild or improve multiple demo projects so that can apply your knowledgeBy the end of the course, you'll be able to use TypeScript in your own (future) React projects and write better, more type-safe code.Course prerequisites:NO prior TypeScript knowledge is required - though basic knowledge will help (but the course includes an introduction module)Basic React knowledge (components, JSX, state) IS required - more advanced concepts will be explained though
Overview
Section 1: Introduction
Lecture 1 Welcome To The Course!
Lecture 2 Why React & TypeScript?
Lecture 3 About The Course & Course Content
Lecture 4 How To Get The Most Out Of The Course
Lecture 5 Learning Community & Course Resources
Lecture 6 Creating & Using React + TypeScript Projects
Section 2: TypeScript Basics & Core Concepts
Lecture 7 Module Introduction
Lecture 8 TypeScript Setup & Using TypeScript
Lecture 9 Working with Types: Type Inference & Explicit Type Annotations
Lecture 10 Basic Primitive Types
Lecture 11 Invoking The TypeScript Compiler
Lecture 12 Combining Types Union Types (Alternative Types)
Lecture 13 Working with Object Types
Lecture 14 Working with Array Types
Lecture 15 Adding Types to Functions - Parameter & Return Value Types
Lecture 16 Defining Function Types
Lecture 17 Creating Custom Types / Type Aliases
Lecture 18 Defining Object Types with Interfaces
Lecture 19 Interfaces vs Custom Types
Lecture 20 Being Specific With Literal Types
Lecture 21 Merging Types
Lecture 22 Adding Type Guards
Lecture 23 Type Guards & Type Narrowing - A Closer Look
Lecture 24 Making Sense Of Generic Types
Lecture 25 Summary
Section 3: Using TypeScript with React - Essentials
Lecture 26 Module Introduction
Lecture 27 Creating a React + TypeScript Project
Lecture 28 Understanding the Role of tsconfig.json
Lecture 29 Building a First Component & Facing a Missing Type
Lecture 30 Defining Component Props Types
Lecture 31 Component Props & The Special "key" Prop
Lecture 32 Storing Props Types as a Custom Type or Interface
Lecture 33 Defining a Type for Props with "children"
Lecture 34 Another Way Of Typing Components
Lecture 35 Exercise: Creating a Header Component
Lecture 36 Using useState() and TypeScript
Lecture 37 Working with State & Outputting State-based Values
Lecture 38 Another Exercise & Reusing Types Across Files
Lecture 39 Passing Functions as Values - In A Type-Safe Way
Lecture 40 Handling & Typing Events
Lecture 41 Working with Generic Event Types
Lecture 42 Using useRef() with TypeScript
Lecture 43 Handling User Input In A Type-Safe Way
Lecture 44 Summary
Section 4: Advanced Component Types - Dynamic Components, Polymorphic Components & More
Lecture 45 Module Introduction
Lecture 46 Building a More Dynamic & Flexible Component
Lecture 47 Problem: Flexible Components With Required Prop Combinations
Lecture 48 Solution: Building Components with Discriminated Unions
Lecture 49 Onwards To A New Project
Lecture 50 Building a Basic Wrapper Component
Lecture 51 Building Better Wrapper Components with ComponentPropsWithoutRef
Lecture 52 Building a Wrapper Component That Renders Different Elements
Lecture 53 Working with Type Predicates & Facing TypeScript Limitations
Lecture 54 Building a Basic Polymorphic Component
Lecture 55 Building a Better Polymorphic Component with Generics
Lecture 56 Examples: More Component Ideas
Lecture 57 Using forwardRef with TypeScript
Lecture 58 Building Another Wrapper Component (Custom Form Component)
Lecture 59 Sharing Logic with "unknown" & Type Casting
Lecture 60 Alternative: Avoiding Type Casting with "as"
Lecture 61 Exposing Component APIs with useImperativeHandle (with TypeScript)
Lecture 62 Summary
Section 5: Advanced Type-Safe State with Context API & useReducer()
Lecture 63 Module Introduction
Lecture 64 The Starting Project
Lecture 65 Creating a Context & Fitting Types
Lecture 66 Creating a Type-Safe Provider Component
Lecture 67 Accessing Context Type-Safe With A Custom Hook
Lecture 68 Getting Started with useReducer() & TypeScript
Lecture 69 A Basic Reducer Function & A Basic Action Type
Lecture 70 Changing State via the Reducer Function
Lecture 71 Using Better Action Types
Lecture 72 Wiring Everything Up & Finishing the App
Section 6: Side Effects, useEffect() & Data Fetching with TypeScript
Lecture 73 Module Introduction
Lecture 74 Creating a First Side Effect
Lecture 75 Using useEffect() with TypeScript
Lecture 76 Managing An Interval With Refs & The Effect Cleanup Function
Lecture 77 useEffect() & Its Dependencies
Lecture 78 A Small Bug & Its Solution
Lecture 79 Onwards to Data Fetching!
Lecture 80 Building a Utility "get" Function with TypeScript
Lecture 81 Fetching & Transforming Data
Lecture 82 Alternative: Using the "zod" Library for Response Data Validation
Lecture 83 Alternative: A Generic "get" Function
Lecture 84 Handling Loading & Error States
Section 7: Using Redux with TypeScript
Lecture 85 Module Introduction
Lecture 86 The Starting Project
Lecture 87 Redux Setup
Lecture 88 Creating a Redux Store & A First Slice
Lecture 89 Setting a State Type
Lecture 90 A First Reducer & Controlling the Action Payload Type
Lecture 91 Adding Logic To The Reducer
Lecture 92 Providing the Redux Store
Lecture 93 Dispatching Actions & Adjusting the useDispatch Hook
Lecture 94 Creating a Type-Safe useSelector Hook
Lecture 95 Selecting & Transforming Redux Store Data
Lecture 96 Finishing Touches & Summary
Section 8: Practice Project: A "Book a Session" Management Application
Lecture 97 Your Task
Lecture 98 Your Task - Details
Lecture 99 Hints
Lecture 100 An Example Solution
React developers who want to improve the quality & type-safety of their codebase,TypeScript developers who want to apply their knowledge to React apps

Screenshots

React & Typescript - The Practical  Guide D1575afee794e03113453d6d144b32c1

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/234c3d5b951038d31a39c4584c508e30/rkhjj.React..Typescript..The.Practical.Guide.part1.rar.html
https://rapidgator.net/file/fdf4d7149d0cd16310693154f9c88cd8/rkhjj.React..Typescript..The.Practical.Guide.part2.rar.html
https://rapidgator.net/file/dd9f162045a624c7b4b595d28dba29f7/rkhjj.React..Typescript..The.Practical.Guide.part3.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/77caB0a010f12f56/rkhjj.React..Typescript..The.Practical.Guide.part1.rar
https://uploadgig.com/file/download/dA48e2a2D806eD86/rkhjj.React..Typescript..The.Practical.Guide.part2.rar
https://uploadgig.com/file/download/17B5e1437Ee8ce5A/rkhjj.React..Typescript..The.Practical.Guide.part3.rar

nitroflare.com:
Código:

https://nitroflare.com/view/B39CFF28F509B5A/rkhjj.React..Typescript..The.Practical.Guide.part1.rar
https://nitroflare.com/view/A4A581B6D8F4DDC/rkhjj.React..Typescript..The.Practical.Guide.part2.rar
https://nitroflare.com/view/1E3AE03A2C1A42F/rkhjj.React..Typescript..The.Practical.Guide.part3.rar
Volver arriba Ir abajo
 

React & Typescript - The Practical Guide

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» React and Redux with Typescript-A Complete Developer's Guide
» React and Golang: A Practical Guide
» React Native - The Practical Guide 2020
» Master Typescript & React Typescript To Develop Projects
» React & TypeScript For Everyone

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-