Using react-jsonschema-forms for templating binding #4046
Unanswered
gaurav-simpplr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
Greetings.
We have a use case where we need to show the user the schema (JSON schema) and some templates (list template / hero section template) with placeholder texts. We will be allowing the user to click on the placeholder texts and edit them where user will be doing the binding of that template UI with the JSON schema provided. And once binding is done, we will be generating or rendering the template (lists if list template is chosen) with the actual data based on the mappings or bindings. Also, we will be generating some kind of UI schema for this which can be sent to the server and stored in database so that this UI schema can be used later on also for doing the same template rendering.
I’m thinking of using the react-jsonschema-form library for this but am little bit confused whether it’s a good fit for such use case or not. Could you please share your thoughts on this.
We’re currently finalizing our functional flow, but it’s shaping up as follows:
Does this workflow align with the capabilities of react-jsonschema-form library ? Any suggestions or recommendations for implementation would be greatly appreciated.
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions