YSYashaswi Sahuinyashaswisahu.hashnode.dev·Jan 15, 2025 · 2 min readFastifyWhat is Fastify Fastify is a high performance web framework for Node JS .designed to build APIs and web application with a focus on speed, and it is always used as an alternative of other node js framework like Express JS due to its better performanc...00
YSYashaswi Sahuinyashaswisahu.hashnode.dev·Nov 16, 2024 · 3 min readGSAP With ReactIntroduction to GSAP GreenSock Animation Platform (GSAP) is a powerful JavaScript library for creating smooth, high-performance animations. When combined with React, it enables developers to create seamless, professional-grade animations. This blog w...00
YSYashaswi Sahuinyashaswisahu.hashnode.dev·Nov 16, 2024 · 2 min readUnderstanding Data Flow in React.jsSending Data from Child to Parent A child component can send data to a parent component by using a function passed down as a prop from the parent. // ParentComponent.jsx const [childData, setChildData] = useState(""); const handleData = (data) => { ...00
YSYashaswi Sahuinyashaswisahu.hashnode.dev·Jun 20, 2024 · 5 min readYup and FormicToday, we'll explore using Yup and Formic together in React. Learn how to simplify form validation and state management with these powerful libraries. What are Yup and Formic? Yup :- Yup is a JavaScript schema builder for value parsing and validation...00
YSYashaswi Sahuinyashaswisahu.hashnode.dev·Jun 12, 2024 · 3 min readRedux Toolkit: A Simple GuideState management in large-scale React applications can become complex and unwieldy. Enter Redux Toolkit (RTK), a powerful solution that simplifies Redux development. If you're new to Redux or have struggled with its boilerplate code, RTK might be jus...00