awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
developit avatar

developit/unistore

0
View on GitHub↗
2,850 stars·134 forks·JavaScript·8 viewsnpm.im/unistore↗

Unistore

Small footprint complements Preact nicely (unistore + unistore/preact is ~650b) - Familiar names and ideas from Redux-like libraries - Useful data selectors to extract properties from state - Portable actions can be moved into a common place and imported - Functional actions are just reducers -…

Features

  • State Management - Tiny state container with component actions.
  • State Managers - Tiny state management with built-in action support.

Star history

Star history chart for developit/unistoreStar history chart for developit/unistore

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does developit/unistore do?

Small footprint complements Preact nicely (unistore + unistore/preact is ~650b) - Familiar names and ideas from Redux-like libraries - Useful data selectors to extract properties from state - Portable actions can be moved into a common place and imported - Functional actions are just reducers -…

What are the main features of developit/unistore?

The main features of developit/unistore are: State Management, State Managers.

Which projects share features with developit/unistore?

Projects with overlapping indexed features include: nanostores/nanostores — Nano Stores is a framework-agnostic state management library that uses a system of small, independent atomic stores to… teafuljs/teaful — 🍵 Tiny, easy and powerful React state management. pmndrs/zustand — Zustand is a state management library that provides a centralized store for managing shared application data. It… hyperapp/hyperapp — Hyperapp is a lightweight JavaScript framework for building web applications. It functions as a declarative state… effector/effector — Effector is a reactive state management library designed for building complex, event-driven applications. It functions… artalar/reatom — Reatom - the ultimate state manager.

Projects sharing features with Unistore

These projects share indexed features with Unistore. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • teafuljs/teafulteafuljs avatar

    teafuljs/teaful

    710View on GitHub↗

    🍵 Tiny, easy and powerful React state management

    TypeScript
    View on GitHub↗710
  • pmndrs/zustandpmndrs avatar

    pmndrs/zustand

    58,371View on GitHub↗

    Zustand is a state management library that provides a centralized store for managing shared application data. It functions as a reactive container that connects application state to components, allowing them to subscribe to specific slices of data and trigger updates automatically. By utilizing selector-based data access and immutable state updates, the library ensures that components only re-render when their observed data changes, maintaining a predictable and efficient data flow. The library distinguishes itself through a pluggable, middleware-based architecture that allows for the extensi

    TypeScripthacktoberfesthooksreact
    View on GitHub↗58,371
  • nanostores/nanostoresnanostores avatar

    nanostores/nanostores

    7,072View on GitHub↗

    Nano Stores is a framework-agnostic state management library that uses a system of small, independent atomic stores to synchronize data across different JavaScript UI frameworks. It provides a reactive state container designed to minimize unnecessary component re-renders by decoupling application state into independent stores. The library features specialized synchronizers for real-time distributed state using WebSockets with conflict-free replicated data types, as well as a browser storage persistor for maintaining state across multiple open tabs. It utilizes adapter-based integration to map

    TypeScript
    View on GitHub↗7,072
  • hyperapp/hyperapphyperapp avatar

    hyperapp/hyperapp

    19,211View on GitHub↗

    Hyperapp is a lightweight JavaScript framework for building web applications. It functions as a declarative state management system that synchronizes the user interface with a centralized application state. The framework utilizes a virtual DOM to render user interfaces and reconcile changes to the browser display. It employs a subscription model to synchronize external web APIs and asynchronous events with the global state. The system manages data through a single-state-tree architecture, where updates are handled via discrete actions and pure functions. This approach ensures that the view u

    JavaScript
    View on GitHub↗19,211
  • Compare all 30 related projects→