Use the classnames library more safely

This page summarizes the projects mentioned and recommended in the original post on /r/react

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
  • classnames

    A simple javascript utility for conditionally joining classNames together

  • The classnames library is widely used when using CSS Modules in React. If you use it as it is, the key you specify is not type-safe and you may be a little worried. Introducing the means to use it more safely. The methods introduced here are published in classnames-generics.

  • classnames-generics

    Use the classnames library more type-safely.

  • The classnames library is widely used when using CSS Modules in React. If you use it as it is, the key you specify is not type-safe and you may be a little worried. Introducing the means to use it more safely. The methods introduced here are published in classnames-generics.

  • 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 it okay to split long lists of class names across multiple lines? Why don't you?

    2 projects | /r/tailwindcss | 23 Oct 2023
  • Creating an Image Upload Modal with Crop and Rotate Functionality in React

    4 projects | dev.to | 26 Jul 2023
  • How does everyone handle responsive layouts?

    2 projects | /r/reactjs | 9 Jul 2023
  • TailwindCSS & Template Literals

    3 projects | /r/tailwindcss | 16 Jun 2023
  • Dynamic CSS based on props: conditional className or style? (using CSS modules)

    1 project | /r/reactjs | 10 Jun 2023