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

https://github.com/contigen/jsx-renderer


https://github.com/contigen/jsx-renderer

Last synced: about 2 months ago
JSON representation

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/)