- What is Redux?
- Why would we use Redux?
- JSON Placeholder API
- How to model JSON
- Create an API class with Dio
- How to split your apps state into different classes
- Define what actions can be taken on the store
- Handle actions, like fetch data from an API
- Map how actions mutate state
- Build our api, middleware and store
- Provider the store to our MaterialApp
- View Models are the classes the UI will consume
- Widgets and screens