turbo-query
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

Turbo Query

Lightweight asynchronous data management

Turbo Query is a library created to manage asynchronous data on your code. This is generally used when you have to fetch data asynchronously for a given resource. Turbo Query allows you to manage this data by using an internal cache. It is very similar to how vercel's swr work. Turbo Query is also build to support arbitrary cache and event system, making it possible to create your own implementations.

Documentation

Find out about the project and discover the features at the Documentation

Installation

npm i turbo-query

Readme

Keywords

none

Package Sidebar

Install

npm i turbo-query

Weekly Downloads

12

Version

2.2.0

License

MIT

Unpacked Size

64.1 kB

Total Files

8

Last publish

Collaborators

  • consoletvs