-
Book Overview & Buying
-
Table Of Contents
The Redux Official Course Tutorial - Code Along for All Levels
By :
The Redux Official Course Tutorial - Code Along for All Levels
By:
Overview of this book
Unlock the potential of Redux and the Redux Toolkit in this comprehensive course designed for developers at all levels. We will begin by introducing you to Redux and the Redux Toolkit—a modern solution that streamlines Redux development and enhances productivity.
As you progress through the course, we will dive deep into Redux concepts, from fundamental elements such as actions, reducers, and the Redux store to advanced topics such as immutability and the role of selectors in efficient data extraction. Gain hands-on experience in handling asynchronous actions using Redux Thunk and explore the world of middleware patterns. Learn how Redux DevTools can simplify debugging and optimize complex reducer composition.
But that’s just the beginning. This course takes you on a journey through advanced topics such as data caching, memoization, and WebSocket streaming. We will build a social media app from scratch, applying our newfound knowledge to real-world scenarios. Plus, we will integrate TypeScript for type-safe and robust application development, ensuring that you are well-rounded in your skills.
By the end of this course, you will have the confidence to tackle complex projects, implement best practices, and leverage the full potential of modern Redux, particularly the Redux Toolkit.
Table of Contents (10 chapters)
Redux Essentials and Overview
Classic Redux 101 - Build an App from Scratch
Optimize and Improve a Classic Redux Store Example
Migrating Classic Redux to Modern Redux
Higher Level - Redux Counter Template Example
Social Media App with Redux Example
Social Media App with Redux Example - Intermediate
Social Media App with Redux Example - Intermediate to Advanced
Social Media App with Redux Example - Advanced
RTK Querying and Advanced Querying Patterns