Building basic parts of React UI library from scratch to see how this amazing little library works.
It is recommended to use yarn in this project.
- Fork and clone the project
- Install the dependencies:
yarn
- Run app for development:
yarn dev
- Open the browser and navigate to http://localhost:1234/
Support HTML elementsSupport custom components- Support stateful components
useState to store stateuseState for multiple states- more reliable way to bound states to components