Has anybody ever used Stitches?

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

    [Not Actively Maintained] CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.

  • I never worked with CSS-in-JS, but I’m about to start a new project and wanted to try it. I was going to go with Emotion, but I recently discovered stitches and I really like their features, specially variants. However, I don’t see many people using it, so for those who have already used it or is using now, how do you like it? Any downsides? Did you stop using SC/ Emotion to use only Stitches? Thanks!

  • react-18

    Workgroup for React 18 release.

  • The React team recommend people use static CSS solutions rather than runtime CSS-in-JS solutions. Here is a GH discussion. More info in this Twitter thread. Stitches is a runtime lib, so it's not currently a lib that the React team would recommend. Furthermore, Stitches is not compatible with React 18's streaming feature. If you don't plan to use streaming, then we consider Stitches v1 stable, and it should work fine for your project. If on the other hand, you want to "future-proof" your project, and remain aligned with the general direction of the industry, you might want to consider a static solution instead. We have explored a static version of Stitches, which uses the same API, but we have not yet committed to completing and shipping 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
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

  • Como utilizamos design tokens na Trybe

    1 project | dev.to | 31 Aug 2022
  • Show HN: Pulter – CSV, Spreadsheet import button for a web app, SaaS or system

    1 project | news.ycombinator.com | 27 Jul 2022
  • I heard that there's a performance penalty when you're using styled components instead of CSS modules, since css is loaded at runtime using JS. Is that still true when you're using Next, which renders everything on the server?

    2 projects | /r/nextjs | 14 Jun 2022
  • What way is the best for style components?

    1 project | /r/reactnative | 29 May 2022
  • What do you use for styling React?

    1 project | /r/react | 26 May 2022