Back To Course Home
Practical Redux
0% completed
Introduction
Introduction to the CoursePlan for the Course
Project Planning and Setup
Project Mini-Mek UI MockupsCreating the Initial ProjectManaging Project DependenciesRedux SetupAdding Hot Module ReplacementFurther Information
UI Layout and Project Structure
Setting Up the UI ToolkitInitial UI LayoutBuilding a TabBar ComponentRendering Tab PanelsThoughts on Folder StructureAbsolute Imports and Feature FoldersBuilding the First Content ComponentsHandling Tab State with ReduxFurther Information
Using Redux-ORM
Intro to Redux-ORM
Basic Usage
Core Concepts
Typical Usage
Specialized Behavior
Further Information
Loading and Displaying Data
File Structure and Mock APIsConnecting the Unit Info TabSetting Up Redux-ORMLoading Pilot DataDisplaying a List of PilotsDefining Models with RelationsHandling Selection Logic
Connected Lists, Forms, and Performance
Connecting List ComponentsConnected Components and PerformanceConnecting Form ComponentsPilot Form UI StateFurther Information
Form Change Handling, Data Editing, and Feature Reducers
Code Cleanup
Buffering Form Changes and Dispatches
Structuring Reducer Logic for Features
Editing Pilot Entries
Further Information
Form Draft Data Management
Adding Entity CRUD ReducersImplementing Pilot DeletionManaging Draft Data for FormsGeneric Reducer Logic for Editing EntitiesUsing Draft Data for Editing PilotsSaving Form EditsResetting and Canceling Form EditsFurther Information
Managing Modals and Context Menus
Adding Modal Dialog SupportMaking Modals StackableCreating a ColorPicker DialogConnecting the ColorPicker DialogMaking the ColorPicker Dialog ReusableDesigning a Context Menu SystemBuilding the Context Menu SystemAdding a Context Menu to the Pilots ListFurther Information
Wrapping Up
What Was CoveredNext Steps

Further Information

  • React Top-Level APIs (children and elements)
    • React Docs: React Top-Level API
    • ReactCasts #3: React’s Children API
    • React.Children and the React Top-Level API
    • Send Props to Children in React
  • Reducers
    • Redux Docs: Structuring Reducers
      • Structuring Reducers - Splitting Reducer Logic
      • Structuring Reducers - Using combineReducers
      • Structuring Reducers - Beyond combineReducers
      • Structuring Reducers - Initializing State
    • Redux FAQ: Do I have to use combineReducers?
    • reduceReducers repo
    • Redux Addons Catalog: Reducers

Create a free account to access the full course.

Continue your learning journey with a 14-day free trial.

By signing up, you agree to Educative's Terms of Service and Privacy Policy