rtk-query-api

Installation
SKILL.md

RTK Query - createApi

Structure

  • One API slice per base URL / data source
  • Define API slices in state-manager/api.ts files
  • Export generated hooks alongside the API
// ✅ GOOD - state-manager/api.ts
import { createApi, fetchBaseQuery } from "@reduxjs/toolkit/query/react";
import { EntityTags } from "./types";
Installs
2
GitHub Stars
604
First Seen
Jun 19, 2026
rtk-query-api — ledgerhq/ledger-live