Building a simple Twitter clone to practice improving the predictability of an application's state.
- Establishing strict rules for getting, listening, and updating the store.
- Identifying what state should live inside of Redux and what state should live inside of React components.
This repo is a code-along with the Chirper project in the React Nanodegree program.
Most of the commits in this repository correspond to videos in the program.
Because this is a code-along project and the commits correspond to specific videos in the program, we will not be accepting pull requests.
If you feel like there's a major problem, please open an issue to discuss the problem and potential resolution.
MIT