Skip to content

udaypydi/react-ast-generator

Repository files navigation

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.