<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>React on Formspree</title>
    <link>https://formspree.io/tags/react/</link>
    <description>Recent content in React on Formspree</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Formspree, Inc.</copyright>
    <lastBuildDate>Tue, 24 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://formspree.io/tags/react/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Form Validation in React and Beyond With Yup</title>
      <link>https://formspree.io/blog/yup-validation/</link>
      <pubDate>Tue, 24 Sep 2024 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/yup-validation/</guid>
      <description>This guide dives deep into Yup, a powerful JavaScript library that enables you to build expressive and user-friendly validation schemas. It goes beyond the basics, guiding you through complex validation scenarios, asynchronous validation, data transformation, and best practices for clean and maintainable code.</description>
    </item>
    
    <item>
      <title>React Form Validation: The Ultimate Guide</title>
      <link>https://formspree.io/blog/react-form-validation/</link>
      <pubDate>Tue, 25 Jun 2024 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/react-form-validation/</guid>
      <description>This comprehensive guide explores built-in validation, popular libraries like React Hook Form and Yup, advanced techniques like asynchronous validation, and best practices to elevate your React forms to the next level.</description>
    </item>
    
    <item>
      <title>Three ways to build React forms– Part 3</title>
      <link>https://formspree.io/blog/react-forms-3/</link>
      <pubDate>Mon, 04 Nov 2019 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/react-forms-3/</guid>
      <description>In this final part of our series on building React forms, we’ll rebuild the form from parts 1 and 2 with Formik. We’ll discuss some benefits a drawbacks of using Formik, and highlight the alternatives.</description>
    </item>
    
    <item>
      <title>Three ways to build React forms– Part 2</title>
      <link>https://formspree.io/blog/react-forms-2/</link>
      <pubDate>Mon, 07 Oct 2019 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/react-forms-2/</guid>
      <description>In this tutorial we’ll modify our basic form by taking control of the form’s state. In doing this we’ll create what React calls a “controlled component.” With a controlled component we’ll have more control over the form, allowing us to create a consistent validation experience, and customize it however we like.</description>
    </item>
    
    <item>
      <title>Three ways to build React forms– Part 1</title>
      <link>https://formspree.io/blog/react-forms-1/</link>
      <pubDate>Sun, 29 Sep 2019 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/react-forms-1/</guid>
      <description>&lt;p&gt;There’s no “right way” to build forms in React and there are a lot of options. It’s simple enough to have a working form, but what about validation? Can you rely on the browser’s default validation, or should you write your own state handlers, or drop in a form library?&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
