-
-
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.
-
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.
-
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.
Related posts
-
A mid-career retrospective of stores for state management
-
Redux Toolkit vs. Plain Redux: How Immer Transforms State Management
-
Immer : Clear understanding of how to handle nested state objects with Immer in React and TypeScript
-
Introduction to Functional Programming in JavaScript: Immutability #6
-
Comparing React state tools: Mutative vs. Immer vs. reducers