<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reactjs on Ravindra Devrani</title><link>https://ravindradevrani.com/tags/reactjs/</link><description>Recent content in Reactjs on Ravindra Devrani</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 17 Jul 2026 12:37:10 +0530</lastBuildDate><atom:link href="https://ravindradevrani.com/tags/reactjs/index.xml" rel="self" type="application/rss+xml"/><item><title>React Hook Form With Zod Resolver (for JS and TS both)</title><link>https://ravindradevrani.com/posts/react-hook-form-with-zod-resolver/</link><pubDate>Fri, 17 Jul 2026 12:37:10 +0530</pubDate><guid>https://ravindradevrani.com/posts/react-hook-form-with-zod-resolver/</guid><description>&lt;p>So&amp;hellip;.What is:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>React hook form:&lt;/strong> It is a popular light library to create and manage forms. It is very performative and comes with built-in
validation support.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>**Zod **: It is a schema validation library that lets you define the shape of your data and validate it at runtime. It makes easier to
do validation.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>Create a react app with JS or TS whatever you prefer. After that install these packages in a react app:&lt;/p></description></item></channel></rss>