What we will cover
We will be building on from our last project but we will cover new features such as
- What is Redux?
- Looking at creating individual pages for our mixes
- Animations
What is Redux?
Redux is a popular library that takes the current state that we have in our React components and keeps it seperately from our React code.
Git Branch
We can work on the project on a sperate git branch. (please note this is optional)
We can do this by running the following commands in the terminal.
git checkout -b name-of-branch