/dynamic-components-experimental

Just an experiment to render React components using a json

Primary LanguageTypeScript

Dynamic Components - experimental

The objective of this project is just to test a dynamic rendering of the components via json.

The code is just experimental...

Todo

  • Recursive navigation on child components
  • Test components lifecycles
  • Make some unit tests

In Progress

  • call functions in a better way

Done ✓

  • Create a dynamic component wrapper
  • Render some components
  • Parse a json to dynamic components and render
  • Parse component props