Does Django Rest Framework have a built in solution for a Validation API?

This page summarizes the projects mentioned and recommended in the original post on /r/django

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • react-hook-form

    ๐Ÿ“‹ React Hooks for form state management and validation (Web + React Native)

    2) Yes. This is a bad idea. Libraries like https://react-hook-form.com/ and https://vee-validate.logaretm.com/v3 save the backend from a lot of "check if field is empty" work and network communication. Only thing sent to backend should be checks if usernames already exist or email is already used e.t.c. And those checks should be created using new views or actions.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts