2022-03-01
2161
#remix
Nefe Emadamerho-Atori
95314
Mar 1, 2022 â‹… 7 min read

How to validate forms in Remix

Nefe Emadamerho-Atori Nefe is a frontend developer who enjoys learning new things and sharing his knowledge with others.

Recent posts:

Developing Web Extensions With Wxt

Developing web extensions with the WXT library

Browser extensions are an important part of the web ecosystem. They make our lives easier and enhance our web browsing […]

Debjyoti Banerjee
May 24, 2024 â‹… 8 min read
Bulma Css Adoption Guide: Overview, Examples, And Alternatives

Bulma CSS adoption guide: Overview, examples, and alternatives

Explore how Bulma CSS simplifies frontend development with its ease of use and customizable, responsive, pre-designed UI elements.

Timonwa Akintokun
May 23, 2024 â‹… 10 min read
Using Mountaineer To Develop A React App With Python

Using Mountaineer to develop a React app with Python

Develop a React app with Python using the Mountaineer framework for building a simple app with integrated your frontend and backend database.

Rosario De Chiara
May 23, 2024 â‹… 7 min read
Enhance CSS View Transitions With Velevette

Enhance CSS view transitions with Velvette

Velvette is a utility library developed to make working with view transitions easier.

David Omotayo
May 22, 2024 â‹… 9 min read
View all posts

3 Replies to "How to validate forms in Remix"

  1. There’s a typo in the ‘Setting up a form in Remix’ section.
    `useLoaderData()` should be `useActiondata()`

  2. I wish there was a video of how it looks when you inputted invalid info…then I don’t have to run this locally to see

Leave a Reply