You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can also use json schemas with ajv's filter function to provide businesses with certainty that sensitive data is not being exposed by accident. This will be particularly valuable for public apis.
Currently we are looking at a combination of using:
json-schema-prop-types
For creating prop-types for our atoms, molecules and organisms
&
json-schema-faker
To create fake data during ui development - eg lists of elements
To Discuss
Use it for cheap Acceptance testing for ATDD of the getters of our application.
We can also use json schemas with ajv's filter function to provide businesses with certainty that sensitive data is not being exposed by accident. This will be particularly valuable for public apis.
Creating forms using react schema form
The text was updated successfully, but these errors were encountered: