A mobx
state management based JSON driven React renderer.
Register your custom components, use the state manager to fetch a JSON containing your components' props to make the
renderer render your component.
I wrote an article about this on my website blog. Please have a look it. Currently its in a dormant state and also works to some extent. But I am not developing it further. I plan to revisit it at a later time after doing a thorough analysis of existing solutions.
Currently works with hololinked.webdashboard
python package which contains python to JSON logic and
mui-mobx-render-engine
,
hololinked-dashboard-components
containing some
example components from React MUI
.
Python examples at python-examples-respository.
This is an npm distributable, not a standalone React app.
npm install --save @hololinked/mobx-render-engine
For MUI components npm install --save @hololinked/mui-render-engine