Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sophiebits/react-dom-mini
Toy React renderer from my React Conf 2019 talk, "Building a Custom React Renderer"
https://github.com/sophiebits/react-dom-mini
Last synced: about 10 hours ago
JSON representation
Toy React renderer from my React Conf 2019 talk, "Building a Custom React Renderer"
- Host: GitHub
- URL: https://github.com/sophiebits/react-dom-mini
- Owner: sophiebits
- License: mit
- Created: 2019-10-31T04:57:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:49:31.000Z (about 2 years ago)
- Last Synced: 2025-01-11T23:11:16.118Z (7 days ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 594
- Watchers: 5
- Forks: 19
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - react-dom-mini
- awesome-list - react-dom-mini
README
# React DOM Mini
React DOM Mini is a toy renderer that I built as part of my React Conf 2019 talk, "Building a Custom React Renderer".
This repo is built with Create React App, and the renderer itself is in [`src/ReactDOMMini.js`](https://github.com/sophiebits/react-dom-mini/blob/master/src/ReactDOMMini.js).
For more detail, watch the talk online: