I'm considering using json-render to handle the generation of complex dynamic forms. The scenarios I have in mind involve quite a bit of complex logic, including:
-
State and property dependencies (conditional rendering/props)
-
Cascading data sources
-
Dynamic value computation and state synchronization
-
Conditional validation rules
Given the complexity of these interactions, is this scenario a good fit for json-render? Also, are there any roadmap plans to better support or optimize for complex dynamic form generation in the future?
Additionally, if json-render can robustly support these complex form scenarios, it would bring convenience and tremendous value to real-world business applications.