dashjoin / json-schema-form

Angular JSON Schema Form Library
https://dashjoin.github.io/
Apache License 2.0
84 stars 27 forks source link

XSTATE and JSForm as one #108

Open imranaalam opened 3 years ago

imranaalam commented 3 years ago

XSTATE is a UI flow chart library, joining it with JSForm would make it an indispensable tool for development. both follow JSON schema.

aeberhart commented 2 years ago

Thanks for the pointer. XSTATE is pretty interesting. Seems like a json schema form component could be used to modify context data and trigger a transition right? Seems like this should be an enhancement on the XSTATE side or am I missing something?