awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Autodesk avatar

Autodesk/clearxFork

0
View on GitHub↗
22 stars·1 fork·Apache-2.0·2 views

Clearx

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.

Features

  • State Management - Fast state management with zero learning curve.

Star history

Star history chart for autodesk/clearxStar history chart for autodesk/clearx

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

Open-source alternatives to Clearx

Similar open-source projects, ranked by how many features they share with Clearx.
  • 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
  • concretesolutions/redux-zeroC

    concretesolutions/redux-zero

    0View on GitHub↗

    A lightweight state container based on Redux

    View on GitHub↗0
  • 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
  • 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
See all 27 alternatives to Clearx→

Frequently asked questions

What does autodesk/clearx do?

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.

What are the main features of autodesk/clearx?

The main features of autodesk/clearx are: State Management.

What are some open-source alternatives to autodesk/clearx?

Open-source alternatives to autodesk/clearx include: apollographql/apollo-client — Apollo Client is a GraphQL client library and data fetching framework used to request data from a GraphQL server and… 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… egamagz/pretch — A lightweight and flexible fetch enhancement library that works with vanilla JavaScript, React, and Preact. alloc/preact-in-motion — This package uses the Preact Options API to introduce an animate prop to every native element (e.g. , , , etc.). It…