REACT COMPLETE 2023 with Redux, Firebase & Typescript
Language: English | Size:7.14 GB
Genre:eLearning
Files Included :
1 Preparing the Workspace.mp4 (49.03 MB)
MP4
1 1 jersey-shop-project.zip (4.03 MB)
ZIP
10 Props.mp4 (50.91 MB)
MP4
11 Events.mp4 (58.82 MB)
MP4
12 State.mp4 (44.56 MB)
MP4
13 React Hooks.mp4 (23.54 MB)
MP4
14 Updating State Variables.mp4 (69.82 MB)
MP4
16 Updating the Order Details.mp4 (69.23 MB)
MP4
17 The Quantity Handler.mp4 (87.39 MB)
MP4
2 JSX Basics.mp4 (82.63 MB)
MP4
3 List Rendering with the Map Function.mp4 (86.46 MB)
MP4
4 Coding Exercise Walkthrough.mp4 (20.7 MB)
MP4
6 Conditional Rendering.mp4 (101.87 MB)
MP4
8 Components.mp4 (65.61 MB)
MP4
9 Show or Hide the Order Summary.mp4 (52.35 MB)
MP4
1 Presentation of the Students Project.mp4 (28.28 MB)
MP4
1 1 ts-students-initial.zip (6.93 KB)
ZIP
3 Defining the Student Interface.mp4 (67.55 MB)
MP4
4 Outputting Name & Age of Students.mp4 (74.74 MB)
MP4
5 Writing the Logic for the Area of Focus.mp4 (92.58 MB)
MP4
6 Outputting the Students' Status.mp4 (17.74 MB)
MP4
7 The Reusable Refresh Table Function.mp4 (41.94 MB)
MP4
7 1 ts-students-final.zip (7.42 KB)
ZIP
1 Creating Your First React & TypeScript Project.mp4 (70.97 MB)
MP4
2 Typing State Variables.mp4 (53.21 MB)
MP4
3 Typing Props.mp4 (55.51 MB)
MP4
4 Sharing Types Between Components.mp4 (49.16 MB)
MP4
5 Typing Functions.mp4 (40.81 MB)
MP4
5 1 react-ts-counter-final.zip (36.52 KB)
ZIP
1 Presentation of the Quiz App.mp4 (18.54 MB)
MP4
1 1 react-typescript-quiz-game-initial.zip (433.74 KB)
ZIP
10 Shuffling the Correct and Incorrect Answers.mp4 (54.22 MB)
MP4
11 Decoding HTML Entities on Questions.mp4 (38.57 MB)
MP4
12 Collecting the User's Answer.mp4 (68.37 MB)
MP4
13 Submitting the User's Answer.mp4 (48.71 MB)
MP4
14 Showing the Result to the User.mp4 (62.1 MB)
MP4
15 Showing the Next Question for Infinite Gameplay.mp4 (35.33 MB)
MP4
16 Adding the Score to the Context.mp4 (87.87 MB)
MP4
17 Setting the Sound and Confetti for The Correct Answer.mp4 (51.02 MB)
MP4
17 1 react-typescript-quiz-game-final.zip (436.01 KB)
ZIP
2 Creating the Context.mp4 (39.4 MB)
MP4
3 Providing the Context.mp4 (52.91 MB)
MP4
4 Adding the Reducer Function to the Context.mp4 (76.89 MB)
MP4
5 Adjusting the Context Type.mp4 (59.71 MB)
MP4
6 Fetching Questions From the Open Trivia API.mp4 (55.93 MB)
MP4
7 Making the The Question Interface with Chat GPT.mp4 (37.43 MB)
MP4
8 Rendering the UI Based on the Game Status.mp4 (93.32 MB)
MP4
9 Adding the The Question to the Context.mp4 (53.74 MB)
MP4
1 Presentation of the To-Dos Project.mp4 (11.68 MB)
MP4
1 1 todo-list-initial.zip (44.89 KB)
ZIP
2 CSS x SCSS.mp4 (48.08 MB)
MP4
3 Component Styles.mp4 (52.75 MB)
MP4
4 CSS Modules.mp4 (60.32 MB)
MP4
5 Tips for Working with CSS Modules.mp4 (60.34 MB)
MP4
1 State Management on Large Scale Applications.mp4 (22.75 MB)
MP4
1 1 todo-list-context-project.zip (36.92 KB)
ZIP
10 Dispatching Actions Directly from the To-Do Component.mp4 (26.89 MB)
MP4
11 Moving the Context Logic into the Context Provider Component.mp4 (66.83 MB)
MP4
12 Merging the Reducer Into the Context.mp4 (36.03 MB)
MP4
13 The Add To-Do Modal.mp4 (39.53 MB)
MP4
14 Open & Close The Modal with State.mp4 (64.37 MB)
MP4
15 The Add To-Do Logic.mp4 (81.56 MB)
MP4
16 Adding IDs to New Todos.mp4 (49.73 MB)
MP4
17 The Filter Logic.mp4 (52.06 MB)
MP4
18 Showing The Filtered Todos.mp4 (36.93 MB)
MP4
19 Saving To-Dos in the LocalStorage.mp4 (66.67 MB)
MP4
2 Creating Dummy To-Dos and Rendering the List.mp4 (31.09 MB)
MP4
3 Setting Up The Logic to Erase and Mark To-Dos as Done.mp4 (77.12 MB)
MP4
4 Creating and Providing the To-Dos Context.mp4 (37.32 MB)
MP4
5 Using the Context from Child Components.mp4 (29.47 MB)
MP4
6 Reducers - Consolidating the State Logic.mp4 (43.6 MB)
MP4
7 Using The Reducer Function.mp4 (67.49 MB)
MP4
1 Presentation of The Book List Project.mp4 (37.94 MB)
MP4
1 1 book-list-router-redux-project.zip (65.52 KB)
ZIP
2 Getting Started with React Router.mp4 (56.23 MB)
MP4
3 Adding Links with React Router.mp4 (41.82 MB)
MP4
4 Dynamic Links and URL Params.mp4 (61.72 MB)
MP4
5 Adding Links to Individual Books.mp4 (38.74 MB)
MP4
6 Navigate to Links Programatically with useNavigate.mp4 (33.5 MB)
MP4
1 Redux - State Management for Large Scale Applications.mp4 (43.41 MB)
MP4
10 Erase Notes.mp4 (36.66 MB)
MP4
11 Add Notes.mp4 (70.96 MB)
MP4
12 Erase All Book Notes.mp4 (33.37 MB)
MP4
2 Redux Installation and Store Setup.mp4 (79.42 MB)
MP4
3 Reading from the State with the useSelector Hook.mp4 (41.68 MB)
MP4
4 Calling the Reducer Functions With the useDispatch Hook.mp4 (75.94 MB)
MP4
5 Avoiding Breaking Errors for Non Existing Book Ids.mp4 (26.17 MB)
MP4
6 Toggle the isRead State.mp4 (80.54 MB)
MP4
7 The addBook Action.mp4 (93.61 MB)
MP4
8 The Notes Slice.mp4 (48.45 MB)
MP4
9 Filtering Notes by the Book ID.mp4 (37.22 MB)
MP4
1 React and Firebase - Project Introduction.mp4 (28.89 MB)
MP4
1 1 book-list-firebase-project.zip (555.38 KB)
ZIP
10 The Logout Function.mp4 (49.65 MB)
MP4
11 Adding a Loader to The Login Page.mp4 (37.69 MB)
MP4
2 Firebase Project Setup.mp4 (39.49 MB)
MP4
3 Firebase Authentication Methods.mp4 (45.53 MB)
MP4
4 Signing Up New Users.mp4 (87.91 MB)
MP4
5 Handling Signup Errors.mp4 (46.69 MB)
MP4
6 Signing In Existing Users.mp4 (37.78 MB)
MP4
7 The Reset Password Function.mp4 (34.49 MB)
MP4
8 Show the Homepage to Logged In Users.mp4 (98.76 MB)
MP4
9 Persisting the Login State in the Browser Session.mp4 (70.82 MB)
MP4
1 Setting Up the Firestore Database.mp4 (48.59 MB)
MP4
10 CREATE Documents in the Firestore.mp4 (97.91 MB)
MP4
11 Fixing Bugs in the Add Book Flow.mp4 (59.15 MB)
MP4
12 Adding Loaders for Pending Actions.mp4 (65.3 MB)
MP4
13 Single Book Page Fetching Books On-Demand.mp4 (139.6 MB)
MP4
14 Improving the Loading State of The Single Book Page.mp4 (61.14 MB)
MP4
15 Fetch Book Notes.mp4 (110.66 MB)
MP4
16 Delete Book Notes.mp4 (42.54 MB)
MP4
17 Add Notes.mp4 (42.54 MB)
MP4
18 Cleaning Up the Project.mp4 (60.99 MB)
MP4
2 READ From the Firestore Database.mp4 (95.08 MB)
MP4
3 Using WHERE Clauses on Firebase Queries.mp4 (41.56 MB)
MP4
4 Do We Really Need Redux in This Project.mp4 (30.54 MB)
MP4
5 Async Functions in Redux with createAsyncThunk.mp4 (101.89 MB)
MP4
6 ExtraReducers and the Builder Object.mp4 (69.51 MB)
MP4
7 UPDATE Data From The Firestore - The isRead Property.mp4 (112.99 MB)
MP4
8 Toggle isRead from the Single Book Page.mp4 (35.58 MB)
MP4
9 DELETE Documents from the Firestore.mp4 (67.48 MB)
MP4
1 Firebase Hosting.mp4 (75.38 MB)
MP4
2 Adding a Custom com Domain to Your Firebase Project.mp4 (68.74 MB)
MP4
3 Setting Up a Github Repo.mp4 (104.96 MB)
MP4
4 Beginner GIT Tips.mp4 (43.28 MB)
MP4
5 Setting Up the Github Integration with Firebase.mp4 (56.24 MB)
MP4
6 The Importance of Branches.mp4 (11.82 MB)
MP4
7 Deploying Feature Branches with Pull Requests.mp4 (90.7 MB)
MP4
1 What is TypeScript.mp4 (37.3 MB)
MP4
10 Union and Literal Types.mp4 (55.46 MB)
MP4
11 Null & Undefined.mp4 (53.81 MB)
MP4
12 The Any Type.mp4 (37.79 MB)
MP4
13 HTML Elements and Type Assertion.mp4 (53.68 MB)
MP4
13 1 ts-starter-project.zip (5.91 KB)
ZIP
2 Preparing the Workspace.mp4 (31.11 MB)
MP4
3 TSC The TypeScript Compiler.mp4 (34.2 MB)
MP4
4 TypeScript Syntax.mp4 (49.85 MB)
MP4
5 Primitives Data Types & Functions.mp4 (71.2 MB)
MP4
6 Arrays.mp4 (30.34 MB)
MP4
7 Objects and Type Aliases.mp4 (54.43 MB)
MP4
8 Optional Properties.mp4 (48.87 MB)
MP4
9 Interfaces.mp4 (43.44 MB)
MP4
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z01
https://rapidgator.net/file/1f663aa0d4af7435acfa6535bc8bbc4f/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z01
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z02
https://rapidgator.net/file/7c0b10e848604f5457ff335627eb1bda/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z02
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z03
https://rapidgator.net/file/77ce1109143dea9f87a97803d30d8d79/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z03
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z04
https://rapidgator.net/file/216595eb7b1975f2029652716dd3d051/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z04
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z05
https://rapidgator.net/file/626c8d6d20b3080f47aca1988fb8ef57/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z05
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z06
https://rapidgator.net/file/f798ea6c1d9648d6d73c086ebb0af723/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z06
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z07
https://rapidgator.net/file/e694f8fd037ced5d50f1a9062bd333df/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z07
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.zip
https://rapidgator.net/file/8186218c99dbf4b47a3f9703837f1988/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.zip
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z01
https://ddownload.com/vm82sj9wtl6z/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z01
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z02
https://ddownload.com/700b1mi5wjib/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z02
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z03
https://ddownload.com/c27ao48pmm9w/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z03
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z04
https://ddownload.com/du0uy2qqbh8w/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z04
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z05
https://ddownload.com/hb57zadut7ok/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z05
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z06
https://ddownload.com/u84dfxp888s2/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z06
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z07
https://ddownload.com/0jcm8t3ygg5t/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z07
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.zip
https://ddownload.com/41z846pd448p/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.zip
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z01
https://drop.download скачать/qw16rp3xnqao/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z01
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z02
https://drop.download скачать/y9d520694cmk/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z02
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z03
https://drop.download скачать/vdbosu2129e7/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z03
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z04
https://drop.download скачать/2v4mmg6zi2vl/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z04
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z05
https://drop.download скачать/cviiqc7wnni2/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z05
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z06
https://drop.download скачать/03d8fq8zcfrb/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z06
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.z07
https://drop.download скачать/4vustx24j9zq/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.z07
_REACT_COMPLETE_2023_with_Redux,_Firebase_&_Typescript.zip
https://drop.download скачать/so20pemesp26/_REACT_COMPLETE_2023_with_Redux_Firebase__Typescript.zip