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.
- Host: GitHub
- URL: https://github.com/masterfermin02/custom-react
- Owner: masterfermin02
- Created: 2020-03-13T13:24:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:54:21.000Z (over 3 years ago)
- Last Synced: 2024-12-31T05:26:45.983Z (over 1 year ago)
- Language: TypeScript
- Size: 786 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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)