Skip to content

saulyz/react_list_management1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is for testing React patterns.

Please check branches with 'stage-..' as these refer to a working version.

To start the app use npm run start.

Changelog

  • stage-1-simple-list
    • very basic working list: add people and select. All in one component
    • styling to browser defaults
  • stage-2-comp-decomposition
    • List component is divided into subcomponents: Item, Input.
    • Subcomponents have event handlers from parent Component
    • Better styling
  • stage-3-decoupled-state-management
    • State management is disconnected from List component and is managed by lib react-simple-state
    • Components can subscribe to state changes and reflect to it
  • stage-4-redux-state-management
    • State management moved to Redux
    • Using several reducers for state data
    • Code optimization (major refactor for cleaner code)

About

hands on react stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published