The french government's design system

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

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
  • react-dsfr

    🇫🇷 Design system React toolkit

  • My advice if you don't have a multi-million budget and you only need to support React is to start from MUI components. Components like Date pickers, or Autocomplete are complex and time consuming to code from scratch. First thing you want to do is to build a custom theme for MUI (example DSFR, Example OnyxiaUI) this will make the MUI components roughly match your design system out of the box. Then you can create your own components that are wrapper around MUI components and customize them until they match your design (Example). Trust me, we always underestimate the complexity of building base component from scratch. There are tons of things to consider, I don't even mention the accessibility concerns... Customizing MUI components is the quick win route.

  • Docusaurus

    Easy to maintain open source documentation websites.

  • Don't tell me about it... 😣 This is what I'm refering to when I state no more white flashes in the video. I've an apointment with the lead dev of Docusaurus next week, we're going to make a French design system theme and probably rebuild the documentation website with it. 🚀

  • 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
  • tss-react

    ✨ Dynamic CSS-in-TS solution, based on Emotion

  • What I meant is that the lib provides the tooling to do CSS-in-JS if you so choose. But it's not at all mandatory. There is a fully type safe class system you can rely on. Internally no CSS-in-JS is used. I personally do love CSS-in-JS (I'm the author of TSS) but I understand the case against it.

  • compodio

    Putting the podcast in community radio

  • This is an in progress component I'm working on that always expects to receive an array of available image sizes, that jpg/webp are always available.

  • onyxia-ui

    🌓 Onyxia UI toolkit

  • My advice if you don't have a multi-million budget and you only need to support React is to start from MUI components. Components like Date pickers, or Autocomplete are complex and time consuming to code from scratch. First thing you want to do is to build a custom theme for MUI (example DSFR, Example OnyxiaUI) this will make the MUI components roughly match your design system out of the box. Then you can create your own components that are wrapper around MUI components and customize them until they match your design (Example). Trust me, we always underestimate the complexity of building base component from scratch. There are tons of things to consider, I don't even mention the accessibility concerns... Customizing MUI components is the quick win route.

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

    InfluxDB 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

  • React hook library, ready to use, written in TypeScript

    1 project | news.ycombinator.com | 12 Feb 2024
  • News IQ - a daily news quiz - built with React, Local Storage, Anonymous Auth, and Framer Motion

    1 project | /r/reactjs | 28 Jun 2023
  • How to TRULY persist component state using a custom hook - useQueryParam

    1 project | dev.to | 26 May 2023
  • Is it correct to use useRef in my useCurrentSection hook?

    1 project | /r/reactjs | 4 Apr 2023
  • Can anyone recommend a good dashboard template online React+Typescript?

    1 project | /r/typescript | 2 Dec 2022