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
{{ message }}
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
React Router 6.4 introduces Forms as a concept and intercepts the submit lifecycle of the form to perform the fetch. It covers all use cases of update, delete, etc.
The project recommends using native browser level validation, in light of this we should evaluate how we approach form validation.
Note there are definitely merits to ideas like #5 where we can share rules from the server definitions. In having said that there's also merit to the idea of dropping a library if we don't need it.
Provide a sample for react. hook forms that:
The text was updated successfully, but these errors were encountered: