Logic

Building logic in Jigx involves manipulating, managing, and configuring data within Jigx solutions, jigs, and components that dictate how the app behaves and responds to user inputs.

Expressions are written in JSONata and are a powerful tool for shaping, structuring, and manipulating data before binding the data to the UI and actions.

States manage the data within Jigx solutions, jigs, and components and controls the UI dynamically. The state allows solutions and components to change their output in response to user inputs and actions, ensuring a coherent and consistent user experience.

Navigation allows you to flow through the app. Whenever you go-to a jig, the jig is added to the history, this allows you to go back and visit the jigs you visited before, and either show the history (data) on the UI or a new (clear) jig.

Ensure the data users enter into input fields meets specific criteria before the app processes or accepts it. This validation can occur in real-time as the user fills out a form or submits it. Field validation maintains data integrity, provides a better user experience, and prevents errors or issues in the app's functionality.

Last updated

Was this helpful?