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
kamod-ch avatar

kamod-ch/kamod-hooks

0
View on GitHub↗
1 star·0 forks·TypeScript·MIT·8 viewskamod-ch.github.io/kamod-hooks↗

Kamod Hooks

Production-ready hooks for Preact — fast to adopt, easy to tree-shake, and built with zero runtime dependencies beyond preact itself.

Features

  • State Management - Port of Alibaba hooks for Preact.

Star history

Star history chart for kamod-ch/kamod-hooksStar history chart for kamod-ch/kamod-hooks

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 Kamod Hooks

These projects share indexed features with Kamod Hooks. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • apollographql/apollo-clientapollographql avatar

    apollographql/apollo-client

    19,798View on GitHub↗

    Apollo Client is a GraphQL client library and data fetching framework used to request data from a GraphQL server and synchronize that state within a frontend application. It functions as a remote state manager and a local state management tool, allowing developers to define client-side schemas and resolvers for data that does not reside on a remote server. The project features a normalized GraphQL cache that identifies objects by ID to ensure referential equality and consistent data updates across different queries. It also includes a GraphQL API mocking tool to simulate server responses and

    TypeScriptapollo-clientapollographqlgraphql
    View on GitHub↗19,798
  • autodesk/clearxAutodesk avatar

    Autodesk/clearx

    22View on GitHub↗

    ClearX is an alternative way to Redux and MobX to maintain the application state and provides a simple interface to bind it to UI components. It has utilities to set or get deep properties of nested data using paths.

    View on GitHub↗22
  • concretesolutions/redux-zeroC

    concretesolutions/redux-zero

    0View on GitHub↗

    A lightweight state container based on Redux

    View on GitHub↗0
  • alloc/preact-in-motionalloc avatar

    alloc/preact-in-motion

    32View on GitHub↗

    This package uses the Preact Options API to introduce an animate prop to every native element (e.g. , , , etc.). It uses the motion/mini package to animate the elements. To understand which features of Motion are supported, see this comparison table.

    TypeScript
    View on GitHub↗32
Compare all 27 related projects→

Frequently asked questions

What does kamod-ch/kamod-hooks do?

Production-ready hooks for Preact — fast to adopt, easy to tree-shake, and built with zero runtime dependencies beyond preact itself.

What are the main features of kamod-ch/kamod-hooks?

The main features of kamod-ch/kamod-hooks are: State Management.

Which projects share features with kamod-ch/kamod-hooks?

Projects with overlapping indexed features include: apollographql/apollo-client — Apollo Client is a GraphQL client library and data fetching framework used to request data from a GraphQL server and… autodesk/clearx — ClearX is an alternative way to Redux and MobX to maintain the application state and provides a simple interface to… concretesolutions/redux-zero — A lightweight state container based on Redux. 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… alloc/preact-in-motion — This package uses the Preact Options API to introduce an animate prop to every native element (e.g. , , , etc.). It…