Adigun olamidedevdahcoder.hashnode.dev·Aug 22, 2024How I Built a Password Strength for Our Signup Page.Cool logo in the header of the image above don’t you think? Well, that’s Quidate. Quidate simplifies your crypto journey by offering instant cash for your digital assets. It’s the quickest way to turn your crypto holdings into spendable cash. So here...DiscussReact
Ravindra Nagblog.ravindranag.in·Aug 13, 2024FeaturedBuilding Forms in React: How to Handle State, Validation, API Calls, and ToastsHi there, today I am sharing my knowledge of form building in React. Very often, we have found ourselves writing a bunch of useState or even worse, using a global state management library like Redux to manage form values, errors, loading states, etc....Binayak Sadangi and 6 others are discussing this7 people are discussing thisDiscuss·56 likes·536 readsReactHelpful. Keep it up✌️ 3
Nirban Roynirbanroy.hashnode.dev·Jul 31, 2024FORMS in HTML, REACT and NEXTWriting forms in plain HTML, React, and Next.js involves different approaches and levels of complexity. Below, we'll compare these three methods, discuss best practices, and touch on industry preferences. Comparison of Writing Forms Plain HTML Pros: ...DiscussReact
Tejas Jaiswaltejasjaiswal.hashnode.dev·Jul 8, 2024"React Essentials: A Comprehensive Guide to Core Concepts for Interview and Job Readiness"JSX Syntax and Usage Theory: JSX is a syntax extension for JavaScript that allows you to write HTML-like code in your JavaScript files. It makes it easier to describe what the UI should look like and is compiled to regular JavaScript at runtime. con...DiscussReact
Cloud Tunedcloudtuned.hashnode.dev·Jun 20, 2024Daily Hack #day78 - Formik React FormsFormik React Forms Formik is a popular open-source library for building and managing forms in React applications. It simplifies form handling by providing a set of tools and components that manage form state, validation, and submission, making it eas...DiscussDaily Hacksforms
Vishnu Tejacicada3301.hashnode.dev·Jun 17, 2024Handling Forms in React with Formik, Yup, Chakra UIWhat is this blog about? This blog is about handling forms in react, how to abstract the form functionalities into little pieces and make it, umm lets say modular? What will we be doing here? We are gonna look at basic form fields like the input fiel...DiscussReact
Aryan kadamaryankadam.hashnode.dev·May 23, 2024React JS Beginner to Advanced series (7)This is a 7th blog of this react series, if you didn't check out the previous one, go check now on my profile: ReactJS Beginner to Advanced Series After discovering the previous one, we discuss "form validations" in ReactJS. What is Form Validati...DiscussReact
Renisha Christie.Ablog.renishachristie.com·Apr 14, 2024Building a Collaborative Data Visualization Platform: Week 2 - Home Screen & AuthenticationHello everyone, and welcome back for week 2 of the collaborative data visualization platform project! This week brought a mix of exciting progress, a chance to delve deeper into responsible data use, and some valuable learning experiences. Laying the...DiscussWeek by Week: The Making of a Collaborative Visualization PlatformNext.js
Kairi Wrightwrightwrites.hashnode.dev·Mar 29, 2024Leveraging Formik !Hello, fellow developers! Today, we will explore Formik, a popular library for handling forms in React. Forms are an indispensable part of web development, serving as gateways for user interaction and data input. However, wrangling form state, valida...Discussformik
Madhu Sainimadhusaini22.hashnode.dev·Mar 12, 2024Simplify your react forms with FormikIntroduction🚀 Creating forms in React can be a bit of a hassle. There are a lot of moving parts, from handling input validation to managing form state. That's where Formik comes in. In this blog post, we'll explore why Formik is handy for building f...Discuss·10 likes·36 readsReact