…To learn the core principles and ideas behind React.js
This repository tries to give a step-by-step tutorial on how React.js works and tries to convey it's core ideas.
There are a bunch of branches named exericse-XX/topic
and
solution-XX/topic
. These indicate the different exericse and their solutions.
There will be a navigation at the bottom with two buttons to quickly switch the branch holding the next exericse or the solution to the current exericse. You can either use these buttons or manually switch branches to your liking.
npm start
- open 127.0.0.1:8000 in your browser
Feel free to either checkout code-examples by switching branches to your liking