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 Toolkit
Initial UI Layout
Building a TabBar Component
Rendering Tab Panels
Thoughts on Folder Structure
Absolute Imports and Feature Folders
Building the First Content Components
Handling Tab State with Redux
Further 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 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

Further Information

  • Semantic-UI
    • Semantic-UI home
    • Semantic-UI-React home
    • Semantic-UI-CSS repo
  • Container/Presentational Components
    • Dan Abramov: Presentational and Container Components
    • React/Redux Links: React Component Patterns
  • Folder Structures
    • Redux FAQ: Code Structure - What should my file structure look like?
    • Max Stoiber: How to Scale React Applications
    • React/Redux Links: Project Structure
    • React/Redux Links: Redux Architecture
  • Absolute imports in Create-React-App
    • PR #476: Make Webpack use NODE_PATH variable
    • PR #693: Document existing workaround for absolute imports
    • Issue #741: Support absolute paths with packages folder
  • Selector Functions
    • Querying a Redux Store
    • React/Redux Links: Redux Reducers and Selectors

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