5 DRY Principles To Follow In React

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • styled-components

    Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

  • Finally, I came across styled-components which is an awesome library to re-use styles for components. For me, it helps to create much more readable components and no more className inside my code!

  • react-hook-form

    📋 React Hooks for form state management and validation (Web + React Native)

  • Try to use some kind of form-validation library(like Yup) to handle the validation errors and giving feedback to the users automatically. Or you can use libraries like react-hook-form to do it for you!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is there any way to apply different CSS files to the same component?

    2 projects | /r/reactjs | 20 May 2023
  • I created a Zero-Runtime CSS-in-JS Library Compatible with Next.js App Router and RSC

    4 projects | dev.to | 16 May 2023
  • Why I never understood CSS-in-JS

    2 projects | dev.to | 21 Oct 2022
  • Why We're Breaking Up with CSS-in-JS

    4 projects | /r/reactjs | 20 Oct 2022
  • Becoming a Modern Developer - Week 3

    2 projects | dev.to | 10 Jul 2022