Skip to main content

Config Driven Form

  • Config-driven UI is a technique that allows you to create user interfaces based on a configuration file, such as JSON, or a TypeScript file that defines the layout and content of the UI components.
  • This can be useful for creating dynamic and customizable UIs without hard coding them.

There are many ways to implement to be honest this config driven UI paradigm.