React project called "adopt-me" from the course taught by Brian Holt @ frontendmasters.com
The purpose of this project is to dive a little bit into some React concepts. This project is nearly the same as this one, but this has some personal comments.
- The branch
masterhas the project finished in the first part of the course Complete Intro to React, v5
The next branches are from the Intermediate React, v2 course.
- The branch
animationcontains all learned from the beginning of the course until the animation section. - The branch
code-splittingcontains all from animation to server side rendering. - The branch
server-side-renderinggoes from server side rendering to TypesScript with React. - The branch
typescriptgoes from TypeScript with React to Redux. - The branch
reduxcontains all about Redux.
Run npm install
If you happen to face with some issue, this might help you 👍