Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/udaypydi/react-ast-generator

Demo:
https://github.com/udaypydi/react-ast-generator

Last synced: about 1 month ago
JSON representation

Demo:

Awesome Lists containing this project

README

        


React AST Generator



A simple AST generator for react components. Helps in better understanding of react internals and reconcillation.

Using the AST generator, we can tokenize React Components. This project comes with a code editor and it generates AST on the fly.

It has both JSON view and Graphical view Of React Component and data flow.

Babel Parser used for tree parsing.

React D3 Tree used to render tree. Tree view generator using d3 view.

Live preview generator usin React D3.

cache dom renering for faster dom manipulations.