Video description
State management tools and concepts help growing applications handle data and UI changes more effectively because they allow developers to better predict and control the state of their applications. Flux and Redux were created at Facebook as the methodologies for these purposes and they've become the basis from which similar tools borrow. In this course, you’ll learn about the fundamentals of state management and how Flux and Redux fit as great tools for React. You'll learn the core concepts of Flux and Redux and gain some hands-on experience by applying them to a React notepad project. The course is designed for intermediate-level developers with JavaScript and ES6 experience plus some history in building React applications.
- Understand the fundamentals of state management
- Learn the basic concepts behind Flux and Redux
- Gain experience applying Flux and Redux to a React project
Emmanuel Henri weaves web wonders at Québec City-based Manny Designs. A full-stack developer with 20 years of experience in programming, technology, and design, Manny's toolbox includes JIRA/Atlassian tools, agile methods, Meteor, React, Node, JavaScript, Swift, HTML, CSS, MongoDB, and MySQL. He holds a BS in Computer Science from Athabasca University.
Table of Contents
Introduction to the Redux Course
Tools and Editors for Redux
Base Redux Application: Notepad Intro
Flux/Redux Flow of Data
Initial Setup for Redux
Code Our Redux Actions
Code Our Redux Reducers
Redux Project Base Store
Update Our App View
Updating Our Form View
Updating Our Grid and Single View
Other Players: Mobx
Where Do You Go from Here with Redux?