Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 972 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 972 Bytes




Building Act.js

Handcraft your own version of React.js

— Learning React.js by Contstruction

…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.


Start the tutorial

  1. npm start
  2. open 127.0.0.1:8000 in your browser

Feel free to either checkout code-examples by switching branches to your liking