Why do we need modules at all?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. elib1

    An Erlang library and collection of applications

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. client-zip

    A client-side streaming ZIP generator

    Absolutely! Here’s one I found very useful just the other day, client-zip: https://github.com/Touffy/client-zip#usage

    (Three functions rather than one, but it’s one main entrypoint and a couple of minor variants.)

    I think this is a really well-designed API, and greatly preferable to a more fine-grained OO approach. It does a lot of work under the hood but keeps it carefully contained so you don’t get a bunch of dependency sprawl.

  4. Immer

    Create the next immutable state by mutating the current one

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

  • A mid-career retrospective of stores for state management

    3 projects | dev.to | 21 Dec 2024
  • Redux Toolkit vs. Plain Redux: How Immer Transforms State Management

    3 projects | dev.to | 14 Sep 2024
  • Immer : Clear understanding of how to handle nested state objects with Immer in React and TypeScript

    1 project | dev.to | 24 Aug 2024
  • Introduction to Functional Programming in JavaScript: Immutability #6

    1 project | dev.to | 8 Jul 2024
  • Comparing React state tools: Mutative vs. Immer vs. reducers

    1 project | dev.to | 1 May 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?