Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 4.21 KB

File metadata and controls

87 lines (58 loc) · 4.21 KB

Forms

  • You know how to create schemas with proper types
  • You know how to extend a schema type
  • You know how to add transformations
  • You know how to send a HTTP request to upload a file to backend
  • You know how to change styles when dragging an element to dropzone area
  • You know how to validate file name, type and size
  • You used and fulfill all requirements of at least one library that manages forms in react
  • You know how to submit a form
  • You know how inject Formik with Hooks
  • You know how to validate form's data before & after submission
  • You know how to add fields dynamically
  • You know how to render a form with initial data
  • You know how to display errors based on data validation
  • You know how to clear forms data
  • You know how to inject react-hook-form in the component's lifecycle
  • You know how to register an input
  • You know how to validate form's data before & after submission
  • You know how to pass data to be processed by the backend
  • You know how to add fields dynamically
  • You know how to render a form with data
  • You know how to display errors based on data validation
  • You know how to clear forms data
  • You know how to validate form's data before & after submission
  • You know how to pass data to be processed by the backend
  • You know how to add fields dynamically
  • You know how to render a form with data
  • You know how to display errors based on data validation
  • You know how to clear forms data

Contribution

We are very open to contributions to extend or change the requirements based on your gut and experience. To contribute you can use a pull request which will be later validated by our technical team and added to the main docs.

If you will spot any issues please add them in the Issues section.

Credits

This page is maintained by the 🔹 Flairs.ai and 🇵🇱 Apptension teams.

If you would like to create a dedicated Developer Handbook for your company, you can e-mail us 👉 contact@flairs.ai

License

MIT License

© 2020 Flairs Sp. z o.o.

Built and maintained by Flairs and Apptension.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.