https://github.com/descent098/react-from-scratch
Messing around with setting up reacts functionality manually
https://github.com/descent098/react-from-scratch
Last synced: 10 months ago
JSON representation
Messing around with setting up reacts functionality manually
- Host: GitHub
- URL: https://github.com/descent098/react-from-scratch
- Owner: Descent098
- License: mit
- Created: 2023-12-19T08:56:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T07:06:24.000Z (about 2 years ago)
- Last Synced: 2025-01-26T11:11:34.972Z (12 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# React from Scratch
I didn't understand how react worked under the hood, so I'm trying to build a basic react "proof of concept" from "scratch" (using their packages and being the glue between them). This should help me understand how it works.
For each folder run:
`npm run start`