0.3.0 • Published 3 years ago

@rtk-incubator/rtk-query v0.3.0

Weekly downloads
246
License
MIT
Repository
github
Last release
3 years ago

Introduction

RTK Query is an advanced data fetching and caching tool, designed to simplify common cases for loading data in a web application. It is built on top of Redux Toolkit and uses Redux internally for its architecture.

It features:

  • Declarative API definitions
  • Runs on every framework
  • Supports any protocol
  • Caching
  • Automatic re-fetching
  • Polling
  • Parallel queries
  • Dependent queries
  • Paginated queries
  • Skip queries
  • Lagged queries
  • Automatic garbage collection
  • Prefetching
  • Optimistic Updates
  • Auto-generated React Hooks
  • Built with TypeScript

... and plenty of other goodies.

Getting started

yarn add @rtk-incubator/rtk-query @reduxjs/toolkit

Or with npm:

npm install @rtk-incubator/rtk-query @reduxjs/toolkit

Then follow along with the Getting Started instructions.

Documentation

View the RTK Query docs

Examples

View the examples

0.3.0

3 years ago

0.3.0-alpha.0

3 years ago

0.2.0

3 years ago

0.2.0-0

3 years ago

0.1.0

3 years ago

0.1.0-alpha.3

3 years ago

0.1.0-alpha.2

3 years ago

0.1.0-alpha.1

3 years ago

0.1.0-alpha.0

3 years ago