Mastering Flux and Redux 3
Redux is one of the most popular JavaScript libraries of all time, according to GitHub, and it's all based on Flux. This course will teach you all levels of Flux and Redux implementation.
What you'll learn
At the core of any solid web application is an effective and well-managed data model. In this course, Mastering Flux and Redux, you'll learn the skills and technologies necessary to manage your application's data model in extremely efficient and standards-compliant ways. First, you'll learn all about the popular data-modeling libraries Flux and Redux; their differences and similarities, how they relate to one another, and which is appropriate for what kind of projects. Next, you'll apply what you've learned in four modules packed with hands-on demos where you will build a 3-part Flux and Redux application featuring a message board, a TodoMVC page, and a control panel. Then, you'll explore the skills needed to create any Flux or Redux application, modeling changes with actions, and developing idempotent functions for reducers. Finally, you'll create Redux stores with reducers and middleware, combining reducers, using and implementing a dispatcher, and much more. When you're finished, you'll have a deep understanding of both Flux and Redux, allowing you to implement them for any project you choose, integrate seamlessly into any workplace project employing either of these technologies, and get started towards developing your own implementations and middleware.
Table of contents
- Module Overview 1m
- Installing Basic Dependencies 2m
- Previewing the Application 1m
- Setting up an ES6 Development Environment 3m
- Troubleshooting the Application Workflow 2m
- Scaffolding the Application 2m
- Implementing the Dispatcher 7m
- Implementing a Flux Store 6m
- Implementing Actions and Action Creators 5m
- Completing the Control Panel 2m
- Module Review 1m