<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Robbe Vaes</title>
    <description>The latest articles on DEV Community by Robbe Vaes (@robbe95).</description>
    <link>https://dev.to/robbe95</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1140075%2Fba05c5a5-c165-48be-93f6-6f9dcaa2aef3.png</url>
      <title>DEV Community: Robbe Vaes</title>
      <link>https://dev.to/robbe95</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/robbe95"/>
    <language>en</language>
    <item>
      <title>Introducing Formango: The fruitful way to simplify form validation in Vue!</title>
      <dc:creator>Robbe Vaes</dc:creator>
      <pubDate>Wed, 16 Aug 2023 11:31:28 +0000</pubDate>
      <link>https://dev.to/robbe95/introducing-formango-the-fruitful-way-to-simplify-form-validation-in-vue-1i6e</link>
      <guid>https://dev.to/robbe95/introducing-formango-the-fruitful-way-to-simplify-form-validation-in-vue-1i6e</guid>
      <description>&lt;p&gt;Heyhey!&lt;/p&gt;

&lt;p&gt;Me and a colleague made an internal form tool for our company based on the popular react-hook-form library. We recently decided to rebrand it and make it open-source! We came up with the name pretty quick, and asked our designers to make a little mascot guy for us.&lt;/p&gt;

&lt;p&gt;Introducing Formango, a brand new form library!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://imgur.com/a/1nqrPs4"&gt;Usage example&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So why go bananas for Formango?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Formango takes the hassle out of form validation in your Vue applications, providing solid benefits that enhance your development process:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Type-Safe confidence&lt;/strong&gt;: Formango is built with TypeScript at its core, ensuring that your form validations are robust and free from type-related surprises. Catch errors at compile-time and enjoy a more confident development experience.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in Zod integration&lt;/strong&gt;: Formango is built to integrate with Zod, a powerful schema validation library. This means you can define your data structures with Zod and effortlessly apply these schemas to your Vue forms using Formango.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clean and maintainable&lt;/strong&gt;: Say goodbye to tangled validation logic. Formango promotes a clean and declarative approach to form validation, making your codebase easier to understand and maintain.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexibility in your hands&lt;/strong&gt;: As a headless validation library, Formango adapts to your needs, whether it's handling complex and custom forms or a simple login form. Customize the validation to fit your specific use cases without compromising on quality.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vue ecosystem friendly&lt;/strong&gt;: Built-in devtools makes it easy to debug your complex forms.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fruity&lt;/strong&gt;: It follows the trend of fruit-based Vue libraries.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We have been using it internally for a little while now, so it should be stable. Using it internally also means we keep it up-to-date and maintain it pretty regularly. For example we are looking into expanding its usage to also support Valibot, a new schema library, once that is stable.&lt;/p&gt;

&lt;p&gt;We're excited to hear your feedback and feature requests. While we aim to keep Formango minimal, we're open to suggestions that enhance its usability and value.&lt;/p&gt;

&lt;p&gt;Check out the &lt;a href="https://wouterlms.github.io/forms/"&gt;Documentation&lt;/a&gt; and &lt;a href="https://github.com/wouterlms/forms"&gt;GitHub Repository&lt;/a&gt; for more details.&lt;/p&gt;

</description>
      <category>vue</category>
      <category>typescript</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
