The Redux Official Course Tutorial Code Along For All Levels
Published 6/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 6.10 GB | Duration: 10h 3m
Published 6/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 6.10 GB | Duration: 10h 3m
Modern 2023 Industry React - Redux & Redux Toolkit for Passing High Level Interviews & Migrating To RTK
What you'll learn
Master Redux from beginner to advanced level, gaining a deep understanding of Redux concepts, principles, and best practices.
Successfully migrate traditional Redux applications to Redux Toolkit (RTK) for improved productivity and simplified development workflows.
Develop proficiency in querying, caching, and normalization using RTK Query, optimizing data handling in Redux applications.
Apply advanced memoization techniques and optimization strategies to enhance performance and efficiency in Redux applications.
Implement WebSocket streaming for real-time communication in Redux, enabling seamless and instant data updates.
Build a comprehensive social media app from scratch, showcasing advanced Redux architecture, features, and a sophisticated mock database.
Acquire TypeScript fundamentals and integrate TypeScript with Redux for type-safe and robust application development.
Requirements
No programming experience needed. JavaScript and React recommended! Redux a plus :)
Description
Are you ready to take your Redux skills to the next level? Look no further! In this comprehensive and in-depth Udemy course, you will embark on an immersive journey through the Redux official documentation, equipping yourself with the knowledge and expertise to excel as a React developer.Key Focus: Upgrading Skills, Mastering Redux, and Excelling in React InterviewsWhy RTK Matters: Unlock the Power of Modern ReduxIn today's fast-paced industry, it's crucial to stay up-to-date with the latest tools and techniques. That's why this course places a key focus on Redux Toolkit (RTK) - the modern solution that simplifies Redux development and enhances productivity. You will understand why learning RTK is essential and how it outshines regular Redux by providing a streamlined and efficient workflow.Why am I the right teacher for you?My name is Clarian, I've worked as a head engineer with top tech and entertainment companies around the world for over 15 years, tech developer, CEO for million plus businesses built from scratch, consultant in the space for billion plus tech companies, and I am fully passionate and dedicated to what I teach. My courses and programming is published world wide including on highly regarded computer science publications such as Safari O'Reilly I have recently been spending my time building comprehensive training models with clear explanations to help others evolve and grow by demystifying common misconceptions and problems. From Junior to Senior: Progressively Advanced TopicsStarting from the junior level, we will guide you through a carefully designed learning path, ensuring that you build a strong foundation. We will cover the fundamentals of Redux, gradually progressing to highly advanced topics that will prepare you to tackle complex real-world projects.A Deep Dive into the Redux Official Docs and BeyondNo stone will be left unturned as we dive deep into the Redux official documentation. We will meticulously explore each concept and technique, giving you a comprehensive understanding of Redux principles, best practices, and advanced features.RTK Querying, Caching, and Normalization: Mastering Efficient Data HandlingDiscover the power of RTK Query as we delve into advanced data querying, caching, and normalization techniques. You will learn how to optimize your Redux applications by efficiently managing data flows, reducing unnecessary API calls, and leveraging caching strategies.Best Practices for Memoization and Optimization: Boost PerformanceWe believe in writing highly performant applications, and this course will equip you with the tools and strategies to achieve just that. Learn the art of memoization, optimization techniques, and performance tuning to create blazingly fast Redux applications.WebSocket Streaming: Real-Time Communication Made EasyStay on the cutting edge of modern web development by incorporating real-time communication with web sockets. You'll gain hands-on experience in implementing WebSocket streaming in your Redux applications, enabling seamless and instant data updates.Building a Social Media App from Scratch: Real-World Project ExamplesPutting theory into practice is essential, and that's why we provide a comprehensive example project where you will build a social media application from scratch. This project will give you invaluable experience in architecting Redux applications, implementing advanced features, and working with a highly advanced mock database.Beyond Redux: Comprehensive Skill SetTo ensure you are well-rounded in your knowledge, we go beyond Redux and cover additional essential topics. You will learn TypeScript fundamentals, explore Next.js integration with Redux, and gain insights into other relevant technologies and best practices in the React ecosystem.Why Take This Course: Elevate Your Redux Skills and Excel in InterviewsBy the end of this course, you will learn how to master Redux and have the tools and roadmap at your disposal to prepare to excel in high-level React and Redux interviews. This course aims to give you the confidence to tackle complex projects, implement best practices, and leverage the full potential of modern Redux, particularly RTK.What We Learn In This CourseIn-depth understanding of Redux concepts, including actions, reducers, and the Redux store.Mastering the concept of immutability and its importance in Redux state management.Advanced usage of selectors to efficiently extract data from the Redux store and create derived state.Working with Redux middleware to handle asynchronous actions, such as Redux Thunk or Redux Saga.Implementing advanced Redux patterns like middleware chaining, custom middleware, and middleware composition.Exploring different data flow architectures, such as Flux and Redux, and understanding their pros and cons.Leveraging Redux DevTools for debugging and time-traveling capabilities.Implementing complex reducers, including combining multiple reducers using Redux combineReducers.Deep dive into asynchronous actions with Redux using async/await, Promises, and handling API requests.Advanced state management techniques like handling complex data structures, nested data, and normalization.Advanced usage of Redux middleware, including creating custom middleware for specific use cases.Fine-tuning performance with memoization techniques like reselect to optimize selector performance.Understanding and utilizing the powerful Redux DevTools extension for debugging and time-traveling through state changes.Handling side effects and asynchronous operations using Redux middleware such as Redux Thunk Implementing efficient caching mechanisms in Redux to optimize data retrieval and reduce unnecessary API calls.Exploring advanced debugging techniques and strategies for troubleshooting Redux applications.In-depth understanding of Redux middleware and how to extend and customize its functionality.Working with Redux store subscriptions and handling subscription updates for efficient UI rendering.Implementing advanced data manipulation and transformation using Redux reducers and custom middleware.Advanced state management techniques, including handling complex data structures, deep nesting, and normalization.Applying best practices for organizing and structuring Redux code in large-scale applications.Understanding and implementing Redux middlewares for advanced functionality, such as logging, caching, or authentication.Integrating Redux with other libraries or frameworks, such as React Router or form libraries.Exploring advanced topics like Redux persistence, state rehydration, and handling optimistic updates.Techniques for testing Redux applications, including unit testing reducers, actions, and middleware.Enroll today and take a leap towards becoming a highly skilled React developer. Upgrade your Redux expertise, pass advanced interviews, and unlock new career opportunities. Start your journey to Redux mastery now!Note: This course is designed for all levels, from junior to senior developers, with tailored examples and projects for each level.
Overview
Section 1: Redux Essentials & Overview
Lecture 1 Intro - What this Redux Section is All About
Lecture 2 What is Redux - Focused Introduction
Lecture 3 Why Use Redux
Lecture 4 Redux Terms and Concepts
Lecture 5 View Action and State in Redux
Lecture 6 Immutability in Redux
Lecture 7 What Are Actions in Redux
Lecture 8 What Are Reducers in Redux
Lecture 9 An Example of A Reducer in Redux
Lecture 10 What Is The Redux Store
Lecture 11 What Are Selectors in Redux
Lecture 12 Redux Introduction Summary
Section 2: Classic Redux 101 - Build An App From Scratch
Lecture 13 Overview Of The Redux Basic Store Project
Lecture 14 Create A new Next JS Typescript React Project
Lecture 15 Create A Redux Store and Reducer Function
Lecture 16 Setting Up React And Redux State - Local Vs Global
Lecture 17 How to Use Dispatch in the Redux App
Lecture 18 Setting Up The Provider in Redux
Lecture 19 UseSelector and State Management in Redux
Lecture 20 Redux State Management Solution Part I
Lecture 21 Complete The Redux Store Solution Part II
Section 3: Optimize and Improve A Classic Redux Store Example
Lecture 22 Reconfigure Redux Store for Object Extensibility
Lecture 23 Extensibility for Redux Properties as Objects for Filtering and Truth Detection
Lecture 24 Update The Basket Redux Code and Review Next Steps
Lecture 25 Improved Ternary Toggle And Logic For Liking in Redux
Lecture 26 Solution For Redux Basket
Lecture 27 Migrate Redux Store to Typescript
Lecture 28 Typescript Updates to Javascript
Lecture 29 Material UI and Redux Implementation
Lecture 30 Finish Styling The Redux Movie Store Application
Section 4: Migrating Classic Redux to Modern Redux
Lecture 31 Section Project Reference Code
Lecture 32 ConfigureStore vs CreateStore in Redux And RTK
Lecture 33 Update Reducers and Actions to Redux Toolkit
Lecture 34 Convert Type Actions to Reducer Actions
Section 5: Higher Level - Redux Counter Template Example
Lecture 35 Building A New Redux RTK Project - First Steps
Lecture 36 Configure the Redux Store And Reducers in React
Lecture 37 Setting Up The Redux Component Code Architecture
Lecture 38 Redux useSelector Implementation and Demo
Lecture 39 Redux Dispatch - Simple Example with RTK
Lecture 40 Decrementing Action Solution with RTK Redux
Lecture 41 Action Paylod with Redux and Local Versus Global Store State Management
Lecture 42 CreateAsyncThunk and API Calls with Redux
Lecture 43 Redux Devtools Introduction
Lecture 44 Optional Solution For Redux API Request Proper Handling
Section 6: Social Media App with Redux Example
Lecture 45 Final Redux Project App Review
Lecture 46 Initializing The Project Core Files and Service Opts
Lecture 47 Setting Up Redux Store and The Post Reducer
Lecture 48 Showing The Posts List with Redux RTK
Lecture 49 Adding New Posts with Redux
Lecture 50 Action Reducers and Dispatch with Redux RTK
Section 7: Social Media App with Redux Example - Intermediate
Lecture 51 Dynamic Routing With React and Redux
Lecture 52 Final Project Code Solution - FOR REFERENCE ONLY
Lecture 53 Editing Posts With Redux
Lecture 54 Customizing Action Payloads with the Prepare Redux Callback Function
Lecture 55 Adding Multiple Slices to a Redux Application
Lecture 56 Updating Times And Dates to Social Media Feed with Redux
Lecture 57 Parsing Time to a Relative Post with Sort and Compare Algorithms and String C
Lecture 58 Redux Reactions & Action Payload Customizations
Section 8: Social Media App with Redux Example - Intermediate to Advanced
Lecture 59 Redux Solution Kit for this Section
Lecture 60 Async And Abstracting UseSelectors in Redux
Lecture 61 Fetching Data with CreateAsyncThunk in Redux
Lecture 62 Proper Loading Practices For Fetching Data in Redux
Lecture 63 ExtraReducer Field in Redux Slice with RTK
Lecture 64 Sending Post Data to an API with Redux Toolkit
Section 9: Social Media App with Redux Example - Advanced Section
Lecture 65 User Match for Social Posts with React Router - Extended Features
Lecture 66 Notifications Feature Slice with Redux - Destructuring State without Dispatch
Lecture 67 Fetching Notifications Data with Redux
Lecture 68 React Hooks and Reducers - Rendering Components with Redux
Lecture 69 Notifications Badge with Redux
Lecture 70 Memoization with Redux and Selectors
Lecture 71 React Memo and Redux
Lecture 72 Redux CreateEntityAdapter Toolkit
Lecture 73 Optimizing Redux with CreateEntityAdapter
Lecture 74 Normalizing Data And Full Redux RTK Review
Section 10: RTK Querying and Advanced Querying Patterns
Lecture 75 RTK APISlice for Redux Querying Data Fetching MGMT
Lecture 76 Data Caching with RTK Query in Redux
Lecture 77 Refetching Data and Semi Transparency in Redux
Lecture 78 TagType and Auto Refetch With Redux
Lecture 79 Caching Under The Hood with Mutation in RTK Querying
Lecture 80 API Slice Summary with RTK Query
Lecture 81 User Slice Data with RTK Query for Redux
Lecture 82 Injected Endpoints with RTK Query
Lecture 83 Memoization Updates to Cache Data with RTK Query
Lecture 84 Caching Optimistic Updates with RTK Query - Advanced
Lecture 85 Websockets and Streaming with RTK Query
Lecture 86 NOTIFICATION SLICE CODE DOWNLOAD
Lecture 87 Update Notifications With Websockets Explanation and Changes for Caching Data
Lecture 88 Final RTK Updates and Redux Course Summary
Junior developers looking to build a strong foundation in Redux and advance their React skills.,Intermediate React developers seeking to master Redux and excel in high-level React and Redux interviews.,Senior React developers aiming to stay updated with modern Redux concepts and industry requirements.,React developers interested in migrating from traditional Redux to Redux Toolkit (RTK) for improved productivity.,Developers looking to enhance their understanding of advanced Redux topics, such as querying, caching, and WebSocket streaming.