
react-render-json
Render component from json description.
1 February, 2021
1
1
2
Contributors
Background
I am working on a feature that allows users to design resume templates and I needed a way to save the user's UI description and render it when required.
Description
react-render-json takes a JSON tree that describes a UI and renders it.
react-render-json uses recursion and React top level Api `React.createElement` in achieving this.
Source code is available here.
reactjs