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

sveltetools/svelte-asyncable

0
View on GitHub↗
171 stars·5 forks·JavaScript·11 views

Svelte Asyncable

Extends the Svelete store contract with support for asynchronous values. - Store contains a Promise of a value. - Lazy-initialization on-demand. - Transparent and declarative way to describing side-effects. - Lets you update the async data without manual resolving. - Can derive to the other…

Features

  • State Management - Store contract with built-in support for asynchronous values.

Star history

Star history chart for sveltetools/svelte-asyncableStar history chart for sveltetools/svelte-asyncable

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 sveltetools/svelte-asyncable do?

Extends the Svelete store contract with support for asynchronous values. - Store contains a Promise of a value. - Lazy-initialization on-demand. - Transparent and declarative way to describing side-effects. - Lets you update the async data without manual resolving. - Can derive to the other…

What are the main features of sveltetools/svelte-asyncable?

The main features of sveltetools/svelte-asyncable are: State Management.

Which projects share features with sveltetools/svelte-asyncable?

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…

Projects sharing features with Svelte Asyncable

These projects share indexed features with Svelte Asyncable. 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→