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
teafuljs avatar

teafuljs/teaful

0
View on GitHub↗
710 stars·23 forks·TypeScript·MIT·9 viewsnpm.im/teaful↗

Teaful

🍵 Tiny, easy and powerful React state management

Features

  • Data Management - Tiny and powerful state management library.
  • State Management - Tiny and powerful state management.
  • State Managers - React-friendly store with a simple hook-based API.
  • Miscellaneous Tools - Tiny state management library for React.

Star history

Star history chart for teafuljs/teafulStar history chart for teafuljs/teaful

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

Projects sharing features with Teaful

These projects share indexed features with Teaful. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • juicedata/juicefsjuicedata avatar

    juicedata/juicefs

    13,233View on GitHub↗

    JuiceFS is a distributed file system designed to mount object storage as a local, POSIX-compliant drive. It functions as a cloud-native persistent storage layer that decouples file metadata from raw data, storing metadata in a transactional database while keeping data blocks in object storage. This architecture enables multiple hosts across different regions to access the same storage simultaneously while maintaining strong consistency. The system distinguishes itself by performing data processing, including compression and encryption, directly on the client side before transmission. By split

    Gobigdatacloud-nativedistributed-systems
    View on GitHub↗13,233
  • developit/unistoredevelopit avatar

    developit/unistore

    2,850View on GitHub↗

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

    JavaScript
    View on GitHub↗2,850
  • effector/effectoreffector avatar

    effector/effector

    4,837View on GitHub↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    TypeScriptbusiness-logiceffectorevent-driven
    View on GitHub↗4,837
Compare all 30 related projects→

Frequently asked questions

What does teafuljs/teaful do?

🍵 Tiny, easy and powerful React state management

What are the main features of teafuljs/teaful?

The main features of teafuljs/teaful are: Data Management, State Management, State Managers, Miscellaneous Tools.

Which projects share features with teafuljs/teaful?

Projects with overlapping indexed features include: pmndrs/zustand — Zustand is a state management library that provides a centralized store for managing shared application data. It… nanostores/nanostores — Nano Stores is a framework-agnostic state management library that uses a system of small, independent atomic stores to… developit/unistore — Small footprint complements Preact nicely (unistore + unistore/preact is ~650b) - Familiar names and ideas from… effector/effector — Effector is a reactive state management library designed for building complex, event-driven applications. It functions… juicedata/juicefs — JuiceFS is a distributed file system designed to mount object storage as a local, POSIX-compliant drive. It functions… pubkey/rxdb — This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a…