React Complete Series - Beginner to Pro Full Course

React Complete Series - Beginner to Pro Full Course

Caleb Curry via YouTube Direct link

Create a Details by ID API - React Tutorial 31

33 of 103

33 of 103

Create a Details by ID API - React Tutorial 31

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

React Complete Series - Beginner to Pro Full Course

Automatically move to the next video in the Classroom when playback concludes

  1. 1 React JS Full Course (20 HOUR All-in-One Tutorial for Beginners) - PART 1!
  2. 2 React JS Full Course (20 HOUR All-in-One Tutorial for Beginners) - PART 2!
  3. 3 Intro to React - React Tutorial 1
  4. 4 Create React App Files Explained - React Tutorial 2
  5. 5 Our First Component - React Tutorial 3
  6. 6 Understand Props in Components - React Tutorial 4
  7. 7 Intro to useState Hook - React Tutorial 5
  8. 8 Install Tailwind CSS for React - React Tutorial 6
  9. 9 Styling React with Tailwind CSS Classes - React tutorial 7
  10. 10 Map through State Array (Loop) - React tutorial 8
  11. 11 Create a Popup Modal with React Bootstrap - React Tutorial 9
  12. 12 Create and Style HTML Form - React Tutorial 10
  13. 13 Prefill Form Data in Modal - React Tutorial 11
  14. 14 Update Parent Component State in Child Component - React Tutorial 12
  15. 15 How to Push to State Array - React Tutorial 13
  16. 16 Pass a Component to Props - React Tutorial 14
  17. 17 Create a Navbar with Tailwind CSS - React Tutorial 15
  18. 18 Pages and props.children - React Tutorial 16
  19. 19 Routing with React Router - React Tutorial 17
  20. 20 Create an Active Page Link in Navbar - React Tutorial 18
  21. 21 Finishing up Our Header - React Tutorial 19
  22. 22 Intro to useEffect Hook - React Tutorial 20
  23. 23 useEffect Dependency Array Explained - React Tutorial 21
  24. 24 Fetch an API to Display on Page - React Tutorial 22
  25. 25 URL Parameters in Router - React Tutorial 23
  26. 26 Redirect with useNavigate Hook - React Tutorial 24
  27. 27 Create 404 (Not Found) Page - React Tutorial 25
  28. 28 Fetch Response Status Codes and Errors - React Tutorial 26
  29. 29 Build and Style a Search Component - React Tutorial 27
  30. 30 Setup a Django Backend (Full Stack App) - React Tutorial 28
  31. 31 Create a REST API Backend - React Tutorial 29
  32. 32 Consume Backend API - React Tutorial 30
  33. 33 Create a Details by ID API - React Tutorial 31
  34. 34 Create a Details Page - React Tutorial 32
  35. 35 Return 404 From Backend API (Django) - React Tutorial 33
  36. 36 Code a Full CRUD API (Create, Read, Update, Delete) - React Tutorial 34
  37. 37 DELETE Request with Fetch - React Tutorial 35
  38. 38 Popup Modal to Add Data (POST) - React Tutorial 36
  39. 39 Close Modal on POST Success (and Add Result to State) - React Tutorial 37
  40. 40 Dynamic Edit Form to Update API Data - React Tutorial 38
  41. 41 Comparing State Objects - React Tutorial 39
  42. 42 Display Form Errors on Page - React Tutorial 40
  43. 43 Tailwind CSS Form and Button Styling - React Tutorial 41
  44. 44 Intro to JWTs and Authentication (JSON Web Tokens) - React Tutorial 42
  45. 45 Create a Login Page - React Tutorial 43
  46. 46 localStorage and Bearer Auth Tokens - React Tutorial 44
  47. 47 useLocation and useNavigate State (Redirect to Previous Page on Login) - React Tutorial 45
  48. 48 useContext Hook Introduction - React Tutorial 46
  49. 49 Create a Logout Button - React Tutorial 47
  50. 50 Auth Refresh Tokens - React Tutorial 48
  51. 51 User Register Form and API - React Tutorial 49
  52. 52 Create a Custom Hook (useFetch) - React Tutorial 50
  53. 53 Destructuring Explained (Custom Hook Parameters and Return Data) - React Tutorial 51
  54. 54 Default Values and Nested Data with Destructuring - React Tutorial 52
  55. 55 Custom Hook on Button Click (onClick POST with useFetch) - React Tutorial 53
  56. 56 TypeScript and Axios Intro - React Tutorial 54
  57. 57 TypeScript Components - React Tutorial 55
  58. 58 Generate Drop Down List from API - React Tutorial 56
  59. 59 Crypto Price Chart with Chart.js - React Tutorial 57
  60. 60 Dynamic Chart with Multiple Drop Downs (Chart.js) - React Tutorial 58
  61. 61 Calculate Crypto Values - React Tutorial 59
  62. 62 Aggregate Data with map and reduce - React Tutorial 60
  63. 63 Pie Chart with Chart.js (react-chartjs-2) - React Tutorial 61
  64. 64 GraphQL API and Apollo Intro - React Tutorial 62
  65. 65 GraphQL in Django Backend (Graphene) - React Tutorial 63
  66. 66 Consume GraphQL API in Frontend - React Tutorial 64
  67. 67 GraphQL Mutations and Parameters in Graphene - React Tutorial 65
  68. 68 Mutations with useMutation Apollo Client - React Tutorial 66
  69. 69 GraphQL Nested Data - React Tutorial 67
  70. 70 Build a Nested Order Form Component - React Tutorial 68
  71. 71 Mutation for Nested Data (Backend) - React Tutorial 69
  72. 72 Add to GraphQL List and refetchQueries - React Tutorial 70
  73. 73 Intro to Next.js Static Site Generation + Server Side Rendering - React Tutorial 71
  74. 74 Routing and Parameters - Next.js - React Tutorial 72
  75. 75 Static Site Generation with getStaticProps - Next.js - React Tutorial 73
  76. 76 Call an API with Axios in getStaticProps - Next.js - React Tutorial 74
  77. 77 Incremental Static Regeneration - Next.js - React Tutorial 75
  78. 78 getStaticPaths Static Data Fetching (Parameterized Pages) - Next.js - React Tutorial 76
  79. 79 fallback with getStaticPaths - Next.js - React Tutorial 77
  80. 80 Lazy Caching with getStaticPaths - Next.js - React Tutorial 78
  81. 81 Connect to MongoDB - React Tutorial 79
  82. 82 MongoDB findOne by ObjectID - React Tutorial 80
  83. 83 Create a GET API with MongoDB - Next.js - React Tutorial 81
  84. 84 Details API by Object ID (MongoDB) - Next.js - React Tutorial 82
  85. 85 POST a New Document (MongoDB API) - Next.js - React Tutorial 83
  86. 86 On-Demand Revalidation in Next.js - React Tutorial 84
  87. 87 Update and Delete API for MongoDB - Next.js - React Tutorial 85
  88. 88 Intro to React Query - React Tutorial 86
  89. 89 React Query Refetch Options and Dev Tools - React Tutorial 87
  90. 90 React Query Refetching Stale Data - React Tutorial 88
  91. 91 Data Caching in React Query - React Tutorial 89
  92. 92 React Query with Next.js Static Site Generation (SSG) - React Tutorial 90
  93. 93 Intro to Material UI - React Tutorial 91
  94. 94 Icons and Tooltips in Material UI - React Tutorial 92
  95. 95 Create a Website Theme - Material UI - React Tutorial 93
  96. 96 Navigation and Active Link Highlighting - Material UI - React Tutorial 94
  97. 97 Grid Styling with Material UI - React Tutorial 95
  98. 98 Data Grid Table with Material UI - React Tutorial 96
  99. 99 Filter Orders by Customer with DataGrid initialState - Material UI - React Tutorial 97
  100. 100 API for nested Objects and MongoDb ObjectId - React Tutorial 98
  101. 101 Adding TypeScript Types to Our Next.js Page - React Tutorial 99
  102. 102 Deploy a Next.js Application with Vercel - React Tutorial 100
  103. 103 Where do I go from Here? 10 Things to Learn - React Tutorial Series Conclusion

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.