Skip to content

Sutherlandon/reactify-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactify JSON Project

This is an example project that implements the library reactify-json that allows you to build React components with JSON.

This use case that inspired this library was a dynamic form builder. reactify-json allows you to store react components in a database like MongoDB as JSON, then pull it out and hydrate it into React components. This would allow someone to create an admin interface where forms can be created by users and stored in databases. Form building without the code.

This being an example project, you can clone it and fire it up with yarn start to see it in action!

About

A project to build an easily extensible API to build JSON based react components that can be saved to a database in JSON and reconstituted into React components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors