Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udaypydi/react-ast-generator
Demo:
https://github.com/udaypydi/react-ast-generator
Last synced: about 1 month ago
JSON representation
Demo:
- Host: GitHub
- URL: https://github.com/udaypydi/react-ast-generator
- Owner: udaypydi
- Created: 2020-02-17T20:11:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:01:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:49:10.767Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://react-ast-generator.surge.sh/
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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.