-
Notifications
You must be signed in to change notification settings - Fork 2
Home
von Schappler edited this page Oct 17, 2024
·
3 revisions
Those notes were written while watching the tutorial videos while taking the classes from the online course The Ultimate React Course 2024: React, Redux & More on Udemy.
Because english is not my mother language, they can contain some typos and everything written here is based on my understanding about the discussed topics and may not be 100% accurate.
If you want the full course, support the instructor by buying their course on Udemy.
- Home
- Introducion
- A First Look at React
- Review of Essential JavaScript for React
- Working with Components, Props and JSX
- State, Events and Forms: interactive components
- Thinking in React: State Management
- Thinking in React: Components, Composition and Reusability
- How React works behind the scenes
- Effects and Data Fetching
- Custom Hooks, Refs and more State
- React before hooks: class-based React
- The advanced useReducer hook
- React Router: Building Single-Page Applications (SPA)
- Advanced State Management: The Context API
- Performance Optimization and Advanced useEffect
- Redux and Modern Redux Toolkit (with Thunks)
- React Router with data loading (v6.4+)
- Tailwind CSS Crash Course: Styling the App
- Adding Redux and Advanced React Router
- Setting up the biggest project + styled components
- Supabase Crash Course: Building a Back-End
- React Query: managing remote state
- Advanced React patterns
- Implementing more features: Authentication, Dashboard, etc
- Deployment with Netlify and Vercel
- Overview of Next.js and "App" router
- Building a Website
- Data fetching, caching and rendering
- Client and Server Interactions
- Authentication with NextAuth
- Mutation and Server Actions
- Deploying to Vercel
- Using the Pages Router