Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gagbo/build-your-own-react
https://github.com/gagbo/build-your-own-react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gagbo/build-your-own-react
- Owner: gagbo
- Created: 2024-04-26T08:34:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T07:32:13.000Z (9 months ago)
- Last Synced: 2024-10-15T08:28:32.811Z (3 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build your own React
This follows the content of [Pomber’s Didact series](https://github.com/pomber/didact).
The main goal is that writing a bit of reactive code by hand will help me understand how redraws and things work a little bit more. And writing some vanilla JS and dom manipulation will help.
## Build
Openssl is hard
``` console
NODE_OPTIONS=--openssl-legacy-provider npm ...
```## Acknowledgement
This is basically done as a small "hack day" learning project