8.37 GB | 24min 41s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
1 -Introduction.mp4 (45.04 MB)
2 -What will we build in this course.mp4 (28.87 MB)
1 -Build a user management page.mp4 (55.07 MB)
2 -Render user list.mp4 (99.82 MB)
3 -Server pagination - part 1.mp4 (43.9 MB)
4 -Server pagination - part 2.mp4 (88.7 MB)
5 -Server pagination - part 3.mp4 (88.38 MB)
1 -Section Overview.mp4 (13.54 MB)
10 -Custom type - part 1.mp4 (16.44 MB)
11 -Custom type - part 2.mp4 (23.98 MB)
12 -Interface.mp4 (22.4 MB)
13 -Generic.mp4 (50.78 MB)
14 -Introduction to React TypeScript.mp4 (14.76 MB)
15 -Playground with React TS.mp4 (28.44 MB)
16 -Create Component.mp4 (44.06 MB)
17 -useState - part 1.mp4 (27.4 MB)
18 -useState - part 2.mp4 (14.95 MB)
19 -useState - part 3.mp4 (48.96 MB)
2 -Primitive data type.mp4 (19.18 MB)
20 -Props.mp4 (67.74 MB)
21 -Event.mp4 (119.69 MB)
3 -Any type.mp4 (9.26 MB)
4 -Union type.mp4 (9.88 MB)
5 -Array type - part 1.mp4 (19.58 MB)
6 -Array type - part 2.mp4 (11.24 MB)
7 -Object.mp4 (29.89 MB)
8 -Function - part 1.mp4 (40.04 MB)
9 -Function - part 2.mp4 (29.37 MB)
1 -Setup react vite project.mp4 (17.86 MB)
2 -Setup folder structure for project.mp4 (44.18 MB)
3 -Setup router.mp4 (45.86 MB)
4 -Nested route (Shared layout).mp4 (74.58 MB)
5 -Setup component UI library (MUI).mp4 (122.31 MB)
1 -Sign up page (read mui docs).mp4 (155.08 MB)
10 -[Exercise] Sign in function.mp4 (16.17 MB)
11 -[Solution] Sign in function.mp4 (41.07 MB)
12 -React toastify (read & understand 3rd library).mp4 (152.75 MB)
13 -Redirect to home page when sign in success.mp4 (25.25 MB)
14 -Handle access token (store JWT token).mp4 (230.3 MB)
15 -Separate utils folder (storage).mp4 (50.54 MB)
16 -Protected Route (only logged user can access route).mp4 (82.81 MB)
17 -Protected Route improve (user, admin) level.mp4 (89.17 MB)
2 -Setup form validation library (read docs).mp4 (171.38 MB)
3 -Yup library for schema validation.mp4 (77.18 MB)
4 -Setup backend & mongodb atlas (no need install).mp4 (101.29 MB)
5 -Setup axios client.mp4 (110.59 MB)
6 -How to call API effective.mp4 (57.38 MB)
7 -Setup tanstack react query.mp4 (72.04 MB)
8 -Mutate server data (useMutation).mp4 (118.57 MB)
9 -Create a custom hook for react query (reduce code base).mp4 (25.3 MB)
1 -Build a Header.mp4 (80.31 MB)
10 -Improve quiz detail page UI.mp4 (17.25 MB)
11 -Think about separate components.mp4 (54.78 MB)
12 -Create question data.mp4 (56.59 MB)
13 -[Exercise] Render questions - only show 1 question at time.mp4 (163.06 MB)
14 -[Solution] Show 1 question at time.mp4 (200.34 MB)
15 -Define type.mp4 (71.41 MB)
16 -[Excerise] Understand & create answer data - Render answers.mp4 (68.22 MB)
17 -[Solution[ Render answers.mp4 (35.65 MB)
2 -Understand how to work with Quiz API.mp4 (56.85 MB)
3 -[Exercise] Build a quiz page.mp4 (23.75 MB)
4 -[Exercise] Call api to render quiz list.mp4 (18.23 MB)
5 -[Solution] Call api to render quiz list & define typescript type.mp4 (73.43 MB)
6 -Config axios interceptor to attach access token.mp4 (67.79 MB)
7 -[Exercise - Solution] Prepare a quiz detail page.mp4 (55.93 MB)
8 -[Exercise] Build quiz detail page (read docs).mp4 (17.82 MB)
9 -[Solution] Build quiz detail page.mp4 (84.55 MB)
1 -[Exercise - Solution] Fill question circle based on current question.mp4 (28.59 MB)
2 -[Exercise - Solution] Handle next & previous question click.mp4 (134.03 MB)
3 -Handle checked answer & prepare submit data.mp4 (92.8 MB)
4 -Handle submit data.mp4 (198.17 MB)
5 -[Exercise - Solution] Quiz count down.mp4 (17.22 MB)
6 -Fix choose another answer.mp4 (49.94 MB)
7 -[Exercise] Change question when click.mp4 (5.84 MB)
1 -[Exercise] Take a quiz - Call API.mp4 (20.15 MB)
10 -Show incorrect answer - part 2.mp4 (156.14 MB)
11 -[Exercise] Show incorrect answer - Re-select true answer - part 3.mp4 (53.43 MB)
12 -[Solution] Show incorrect answer - Re-select true answer - part 3.mp4 (74.72 MB)
13 -Show incorrect answer - Show icon - part 4.mp4 (182.55 MB)
14 -Show incorrect answer - Only show icon if incorrect - part 5.mp4 (49.48 MB)
15 -Wrap up quiz detail page.mp4 (8.16 MB)
2 -[Solution] Take a quiz.mp4 (87.76 MB)
3 -Adding participation id on the url.mp4 (68.67 MB)
4 -Adding participation id when submit.mp4 (108.54 MB)
5 -Fix & understand selected answer issue.mp4 (93.03 MB)
6 -[Exercise] Show score when completed quiz.mp4 (120.22 MB)
7 -[Solution] Show score when completed quiz.mp4 (215.82 MB)
8 -Handle expired quiz time.mp4 (237.44 MB)
9 -Show incorrect answer - part 1.mp4 (111.79 MB)
1 -Setup admin dashboard page.mp4 (132.98 MB)
10 -[Exercise] Binding data.mp4 (178.87 MB)
11 -[Exercise - Solution] Update data.mp4 (168.22 MB)
12 -[Excerise] Toggle addupdate mode.mp4 (36 MB)
13 -[Excerise - Solution] Show delete modal.mp4 (124.49 MB)
14 -Delete data.mp4 (106.78 MB)
2 -Define admin routes.mp4 (40.48 MB)
3 -[Exercise] Build a quiz management page.mp4 (6.44 MB)
4 -[Solution] Build a quiz management page & add MUI data grid table.mp4 (56.7 MB)
5 -[Exercise - Solution] Render quizzes on MUI data grid.mp4 (141.82 MB)
6 -Add actions column in MUI data grid (think about how to research).mp4 (121 MB)
7 -[Exercise] Create quiz.mp4 (88.86 MB)
8 -[Solution] Create quiz.mp4 (165.53 MB)
9 -Understand Invalidate data.mp4 (49.82 MB)
1 -Prepare a question page.mp4 (81.54 MB)
10 -Some notes.mp4 (16.18 MB)
11 -[Exercise] Edit question answer.mp4 (31.31 MB)
12 -Take your knowledge to complete edit question answer.mp4 (21.42 MB)
13 -Wrap up.mp4 (3.87 MB)
2 -[Exercise] Render dynamic quiz title & build a question page.mp4 (19.47 MB)
3 -[Solution] Build a question page.mp4 (24.52 MB)
4 -[Exercise - Solution] Think & Design a question state.mp4 (207.51 MB)
5 -Remove answer text field.mp4 (102.31 MB)
6 -Create question - Call API.mp4 (161.45 MB)
7 -Create answer for question - Call API - part 1.mp4 (118.2 MB)
8 -Create asnwer for question - Disabled when success - part 2.mp4 (66.6 MB)
9 -[Exercise - Solution] Add radio buttion to answer.mp4 (40.4 MB)]
Screenshot
RapidGator
TurboBit
Feel free to post your React TypeScript Fresher Level Quiz App Mastery Challenge Free Download, torrent, subtitles, free download, quality, NFO, Dangerous React TypeScript Fresher Level Quiz App Mastery Challenge Torrent Download, free premium downloads movie, game, mp3 download, crack, serial, keygen.