What I learned from making my first OSS NPM package/Component Library

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

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-daisyui

    daisyUI components built with React ๐ŸŒผ

  • Fast forward to today: me and the developer (who had the npm package name) joined forces and collaborated to release an OFFICIAL library for daisyui which has been adopted by the daisyUI organization/original author (which you can find here). Almost 40 stars on our first day!! ๐Ÿคฏ

  • daisyui

    ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ โ€ƒThe most popular, free and open-source Tailwind CSS component library

  • To start off: I've had the craziest week. I got back from vacation and continued to pluck away part-time at my little side project โ€“ a react component libray for daisyui โ€“ when I found out the name had been taken on npm while I was out of town.

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

    Bootstrap components built with React

  • Throughout development I was referencing design choices made by React Bootstrap, Material UI, Ant Design. Notice how all of these HUGE libraries, used by hundreds of enterprise teams around the globe, are open source?

  • Material UI

    Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

  • Throughout development I was referencing design choices made by React Bootstrap, Material UI, Ant Design. Notice how all of these HUGE libraries, used by hundreds of enterprise teams around the globe, are open source?

  • antd

    An enterprise-class UI design language and React UI library

  • Throughout development I was referencing design choices made by React Bootstrap, Material UI, Ant Design. Notice how all of these HUGE libraries, used by hundreds of enterprise teams around the globe, are open source?

  • vite

    Next generation frontend tooling. It's fast!

  • My tech stack was React + Typescript, Storybook for docs, vite.js for build instead of webpack, microbundle for bundling (basically a no-config rollup wrapper), and Google's release please bot for handling release/deployment.

  • storybook

    Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.

  • My tech stack was React + Typescript, Storybook for docs, vite.js for build instead of webpack, microbundle for bundling (basically a no-config rollup wrapper), and Google's release please bot for handling release/deployment.

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

    ๐Ÿ“ฆ Zero-configuration bundler for tiny modules.

  • My tech stack was React + Typescript, Storybook for docs, vite.js for build instead of webpack, microbundle for bundling (basically a no-config rollup wrapper), and Google's release please bot for handling release/deployment.

  • release-please

    generate release PRs based on the conventionalcommits.org spec

  • My tech stack was React + Typescript, Storybook for docs, vite.js for build instead of webpack, microbundle for bundling (basically a no-config rollup wrapper), and Google's release please bot for handling release/deployment.

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

  • โšกTop GitHub Repositories for UI Components

    10 projects | dev.to | 5 Jan 2024
  • Trying to find some more UI component libraries. I am big fan of Chakra UI but want to try something new. Any suggestions?

    5 projects | /r/reactjs | 2 Jul 2023
  • AWS open sourced the AWS console design system

    7 projects | news.ycombinator.com | 24 Jul 2022
  • I built a UI component library for React, would love some feedback

    4 projects | /r/reactjs | 30 May 2022
  • How to Create Full Stack React/Next.JS Web App in Few Hour

    3 projects | dev.to | 1 May 2022