What do you think are the "must-have" npm packages in (almost) every React Project?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • wretch

    A tiny wrapper built around fetch with an intuitive syntax. :candy:

  • For ajax, I never use Axios anymore, I always use Wretch these days.

  • lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

  • For cleaner data manipulation, I almost always end up including parts of Lodash.

  • 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-easy-state

    Simple React state management. Made with ❤️ and ES6 Proxies.

  • For state, I love to use React Easy State.

  • stitches

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

  • There was literally a commit 10 days ago 😛not sure what your standards are for “actively maintained” but looking at their activity on GitHub, I’m pretty content with the activity haha. https://github.com/stitchesjs/stitches

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