An open API service indexing awesome lists of open source software.

https://github.com/masterfermin02/custom-react

creating a custom react from scratch to understand how react works.
https://github.com/masterfermin02/custom-react

Last synced: 5 months ago
JSON representation

creating a custom react from scratch to understand how react works.

Awesome Lists containing this project

README

          

# custom-react
Creating a custom react from scratch to understand how react works.

# Run
- install parcel global
- run `npm install`
- run `parcel index.html index.tsx`

# Resource
[Deconstructing React || Tejas Kumar](https://www.youtube.com/watch?v=f2mMOiCSj5c)