https://github.com/contigen/jsx-renderer
https://github.com/contigen/jsx-renderer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/contigen/jsx-renderer
- Owner: contigen
- Created: 2022-07-25T17:27:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T08:25:49.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T12:24:15.390Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jsx-Renderer
This is an implementation of how JSX (React elements) is constructed.
I did this project to understand how the virtual DOM relates to the real DOM - not much of a big deal.
## Acknowledgment
[WTF is JSX](https://jasonformat.com/wtf-is-jsx/)