0% completed
All LessonsFree Lessons (3)
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 Components
Connected Components and Performance
Connecting Form Components
Pilot Form UI State
Further Information
Form Change Handling, Data Editing, and Feature Reducers
Code CleanupBuffering Form Changes and DispatchesStructuring Reducer Logic for FeaturesEditing Pilot EntriesFurther 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
Practical Redux/

...

/

Further Information

Further Information

We'll cover the following...
  • Redux FAQ: Should I only connect my top component, or can I connect multiple components?
  • Performance
    • Redux FAQ: How well does Redux “scale” in terms of performance?
...
Ask