Practical Redux
Intermediate handling of nested relational data and tree components
Practical Redux is now an interactive course on Educative.io!
Techniques for managing Redux-driven UI components like modals and menus
Updates to app dependencies, use of Redux-ORM 0.9, and caching NPM dependency files
Generic entity reducer logic, form current/draft data management, and form reset handling
Techniques for managing form events, data editing capabilities, and reducer structures for features
Connecting lists and forms, performance guidelines, editing features, and UI state
Sourcemaps, sample data, basic data management, and selection handling
UI libraries, folder structures, tab panel management, and initial layout with mock contents
Initial steps for our sample application
Useful techniques for using Redux-ORM to help manage your normalized state, part 2: In-depth examples of how I use Redux-ORM
Useful techniques for using Redux-ORM to help manage your normalized state, part 1: Redux-ORM use cases and basic usage
First in a series covering Redux techniques based on my own experience