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

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

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`