Implementation of dynamic content forms. target usecases: - registration - profile edit - order creation - profile view - product details - order view check list: - [ ] components model with read/write mode support - [ ] local form configuration - [ ] visibility conditions dependend on other form fields - [ ] auto calculated fields values modules: - [ ] dev.icerock.moko:brick-forms-core - [ ] dev.icerock.moko:brick-forms-remote - [ ] dev.icerock.moko:brick-forms-ui references: - https://formik.org/ - https://rjsf-team.github.io/react-jsonschema-form/ - https://github.com/FHNW-IP5-IP6/ComposeForms - https://habr.com/ru/company/true_engineering/blog/459430/ - https://medium.com/airbnb-engineering/a-deep-dive-into-airbnbs-server-driven-ui-system-842244c5f5
Implementation of dynamic content forms.
target usecases:
check list:
modules:
references: