I haven't performed a deep level of searching to see if this already exists, but I figured I would ask here in case someone knows:
Is there code/tool that would allow me to take layouts and convert them into JSON for dynamically loading them at runtime from a server?
I am trying to build a dynamically configurable UI in the app which would be fed from a server that also includes control events that would also need to be handled at runtime vs compiled, and I Was wondering if this is possible or if it was done already. I would like to do something such as JSON instead of just passing a BAL file down from the server because the goal is to eventually use the same layout data and parse it in Node/React to render out a similar UI to keep things cross-platform.
Thanks!
Is there code/tool that would allow me to take layouts and convert them into JSON for dynamically loading them at runtime from a server?
I am trying to build a dynamically configurable UI in the app which would be fed from a server that also includes control events that would also need to be handled at runtime vs compiled, and I Was wondering if this is possible or if it was done already. I would like to do something such as JSON instead of just passing a BAL file down from the server because the goal is to eventually use the same layout data and parse it in Node/React to render out a similar UI to keep things cross-platform.
Thanks!