In this chapter, we'll take a look at various ways to incorporate the Redux store. We will first look at how the store can be used without any additional frameworks. After that, we will explore react-redux, a framework that can be used to integrate a Redux store with React components.
- index (source)
- App (source)
- SortMenu (source)
- AddColorForm (source)
- ColorList (source)
- Complete Sample (demo, source)
- index (source)
- App (source)
- SortMenu (source)
- AddColorForm (source)
- Color (source)
- Complete Sample (demo, source)