FileMood

Download [FreeCourseSite.com] Udemy - React & TypeScript - The Practical Guide

FreeCourseSite com Udemy React TypeScript The Practical Guide

Name

[FreeCourseSite.com] Udemy - React & TypeScript - The Practical Guide

 DOWNLOAD Copy Link

Total Size

3.1 GB

Total Files

143

Last Seen

2024-11-15 00:23

Hash

324248C80DFED6B8A59A3A4110342002577BAC42

/0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/.../0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/1 - Introduction/

1 - Welcome To The Course.mp4

34.9 MB

2 - Why React TypeScript.mp4

8.5 MB

3 - About The Course Course Content.mp4

5.4 MB

4 - Course Resources.txt

0.1 KB

4 - How To Get The Most Out Of The Course.mp4

7.8 MB

4 - Join Academind Discord Community.txt

0.0 KB

5 - Learning Community Course Resources.html

1.2 KB

6 - Creating Using React TypeScript Projects.mp4

2.6 MB

/.../0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/2 - TypeScript Basics Core Concepts/

10 - Basic Primitive Types.mp4

2.1 MB

11 - Invoking The TypeScript Compiler.mp4

7.9 MB

12 - Combining Types Union Types Alternative Types.mp4

4.2 MB

13 - Working with Object Types.mp4

26.2 MB

14 - Working with Array Types.mp4

9.4 MB

15 - Adding Types to Functions Parameter Return Value Types.mp4

13.7 MB

16 - Defining Function Types.mp4

14.2 MB

17 - Creating Custom Types Type Aliases.mp4

11.2 MB

18 - Defining Object Types with Interfaces.mp4

20.2 MB

19 - Interfaces vs Custom Types.mp4

22.0 MB

20 - Being Specific With Literal Types.mp4

18.6 MB

21 - Merging Types.mp4

9.9 MB

22 - Adding Type Guards.mp4

10.6 MB

23 - Type Guards Type Narrowing A Closer Look.html

3.3 KB

24 - Making Sense Of Generic Types.mp4

32.2 MB

25 - Summary.mp4

4.7 MB

7 - Module Introduction.mp4

4.4 MB

8 - CodeSandbox Project.txt

0.1 KB

8 - TypeScript Setup Using TypeScript.mp4

22.7 MB

9 - Working with Types Type Inference Explicit Type Annotations.mp4

12.1 MB

/3 - Using TypeScript with React Essentials/

26 - Module Introduction.mp4

3.4 MB

27 - Creating a React TypeScript Project.mp4

69.8 MB

28 - CodeSandbox Starting Project.txt

0.1 KB

28 - Local Starting Project.txt

0.1 KB

28 - Understanding the Role of tsconfigjson.mp4

28.8 MB

28 - tsconfigjson.txt

0.2 KB

29 - Building a First Component Facing a Missing Type.mp4

18.8 MB

29 - ReactJS Crash Course.txt

0.0 KB

30 - Defining Component Props Types.mp4

25.6 MB

31 - Component Props The Special key Prop.html

0.9 KB

32 - Storing Props Types as a Custom Type or Interface.mp4

7.0 MB

33 - Defining a Type for Props with children.mp4

55.7 MB

34 - Another Way Of Typing Components.mp4

16.7 MB

35 - Exercise Creating a Header Component.mp4

31.1 MB

36 - Using useState and TypeScript.mp4

75.7 MB

37 - Working with State Outputting Statebased Values.mp4

50.3 MB

38 - Another Exercise Reusing Types Across Files.mp4

97.9 MB

39 - Passing Functions as Values In A TypeSafe Way.mp4

97.8 MB

40 - Handling Typing Events.mp4

80.3 MB

41 - Working with Generic Event Types.mp4

22.7 MB

42 - Using useRef with TypeScript.mp4

60.4 MB

43 - Handling User Input In A TypeSafe Way.mp4

52.9 MB

44 - Summary.mp4

31.6 MB

/4 - Advanced Component Types Dynamic Components Polymorphic Components More/

45 - Module Introduction.mp4

7.3 MB

46 - Building a More Dynamic Flexible Component.mp4

50.6 MB

46 - CodeSandbox Starting Project.txt

0.1 KB

46 - Local Starting Project.txt

0.1 KB

46 - indexcss.txt

0.1 KB

47 - Problem Flexible Components With Required Prop Combinations.mp4

31.8 MB

48 - Solution Building Components with Discriminated Unions.mp4

32.4 MB

49 - CodeSandbox Starting Project.txt

0.1 KB

49 - Local Starting Project.txt

0.1 KB

49 - Onwards To A New Project.mp4

3.7 MB

50 - Building a Basic Wrapper Component.mp4

12.5 MB

51 - Building Better Wrapper Components with ComponentPropsWithoutRef.mp4

32.5 MB

52 - Building a Wrapper Component That Renders Different Elements.mp4

65.3 MB

53 - Working with Type Predicates Facing TypeScript Limitations.mp4

64.9 MB

54 - Building a Basic Polymorphic Component.mp4

19.5 MB

55 - Building a Better Polymorphic Component with Generics.mp4

59.0 MB

56 - Examples More Component Ideas.html

2.9 KB

57 - Using forwardRef with TypeScript.mp4

64.6 MB

58 - Building Another Wrapper Component Custom Form Component.mp4

14.4 MB

59 - Sharing Logic with unknown Type Casting.mp4

64.4 MB

60 - Alternative Avoiding Type Casting with as.html

1.3 KB

61 - Exposing Component APIs with useImperativeHandle with TypeScript.mp4

98.6 MB

62 - Summary.mp4

11.3 MB

/.../0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/5 - Advanced TypeSafe State with Context API useReducer/

63 - Module Introduction.mp4

2.8 MB

64 - CodeSandbox Starting Project.txt

0.1 KB

64 - Local Starting Project.txt

0.1 KB

64 - The Starting Project.mp4

13.8 MB

65 - Creating a Context Fitting Types.mp4

44.4 MB

66 - Creating a TypeSafe Provider Component.mp4

47.8 MB

67 - Accessing Context TypeSafe With A Custom Hook.mp4

78.3 MB

68 - Getting Started with useReducer TypeScript.mp4

18.7 MB

69 - A Basic Reducer Function A Basic Action Type.mp4

69.4 MB

70 - Changing State via the Reducer Function.mp4

26.3 MB

71 - Using Better Action Types.mp4

63.8 MB

72 - Wiring Everything Up Finishing the App.mp4

64.8 MB

/.../0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/6 - Side Effects useEffect Data Fetching with TypeScript/

73 - Module Introduction.mp4

2.1 MB

74 - CodeSandbox Starting Project.txt

0.1 KB

74 - Creating a First Side Effect.mp4

21.5 MB

74 - Local Starting Project.txt

0.1 KB

75 - Using useEffect with TypeScript.mp4

18.9 MB

76 - Managing An Interval With Refs The Effect Cleanup Function.mp4

115.5 MB

77 - useEffect Its Dependencies.mp4

72.2 MB

78 - A Small Bug Its Solution.html

0.5 KB

79 - CodeSandbox Starting Project.txt

0.1 KB

79 - Local Starting Project.txt

0.1 KB

79 - Onwards to Data Fetching.mp4

9.5 MB

80 - Building a Utility get Function with TypeScript.mp4

49.6 MB

81 - Fetching Transforming Data.mp4

109.7 MB

82 - Alternative Using the zod Library for Response Data Validation.html

4.0 KB

83 - Alternative A Generic get Function.html

2.9 KB

84 - Handling Loading Error States.mp4

77.3 MB

/7 - Using Redux with TypeScript/

85 - Module Introduction.mp4

2.2 MB

86 - CodeSandbox Starting Project.txt

0.1 KB

86 - Local Starting Project.txt

0.1 KB

86 - The Starting Project.mp4

42.3 MB

87 - Redux Setup.mp4

3.2 MB

87 - Updated CodeSandbox Starting Project with Redux.txt

0.1 KB

88 - Creating a Redux Store A First Slice.mp4

17.5 MB

89 - Setting a State Type.mp4

8.2 MB

90 - A First Reducer Controlling the Action Payload Type.mp4

14.7 MB

91 - Adding Logic To The Reducer.mp4

27.7 MB

92 - Providing the Redux Store.mp4

12.5 MB

93 - Dispatching Actions Adjusting the useDispatch Hook.mp4

66.3 MB

94 - Creating a TypeSafe useSelector Hook.mp4

21.5 MB

95 - Selecting Transforming Redux Store Data.mp4

24.2 MB

96 - Finishing Touches Summary.mp4

142.8 MB

/.../0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/8 - Practice Project A Book a Session Management Application/

100 - An Example Solution.html

0.7 KB

100 - CodeSandbox Finished Project.txt

0.1 KB

100 - Local Finished Project.txt

0.1 KB

97 - CodeSandbox Starting Project.txt

0.1 KB

97 - Local Starting Project.txt

0.1 KB

97 - Your Task.mp4

11.8 MB

98 - Your Task Details.html

2.9 KB

99 - Hints.html

4.9 KB

 

Total files 143


Copyright © 2024 FileMood.com