Publishing and reusing React components with TypeScript and Emotion

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

    My (Basic) React Components

  • The code is available on GitHub: https://github.com/cpmech/rcomps

  • emotion

    👩‍🎤 CSS-in-JS library designed for high performance style composition

  • Nonetheless, it is difficult to convert the components that use EmotionJS to reusable modules. Moreover, why not making our TypeScript code directly available? (aiming at reusing it later in a React application).

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

    Next-generation ES module bundler

  • Usually, we should not publish TypeScript code to the NPM database, except for the typings. The normal approach is to convert the code into CommonJS (cjs) and/or ES modules (esm) and then publish. An easy way to do this is with RollupJS.

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

  • How are you styling in NextJS?

    1 project | /r/reactjs | 1 Feb 2023
  • CSS In JS - The what, why and How's

    2 projects | dev.to | 23 Jan 2023
  • Nextjs 13 with MUI 5

    2 projects | /r/nextjs | 30 Oct 2022
  • Material ui, react 18

    1 project | /r/reactjs | 23 Apr 2022
  • Best place to Learn to Code for Widgets

    1 project | /r/Ubersicht | 30 Jan 2022