Redux Toolkit
Redux Toolkit (RTK) is the official, opinionated toolset for writing Redux logic, bundling store setup, reducer creation, immutable update helpers, and data-fetching utilities to eliminate the boilerplate historically associated with plain Redux.
6 resources across 2 libraries
Glossary Terms(5)
Jotai
Jotai is a minimal, atomic state management library for React that lets developers build application state from small, independently updatable units called ato…
Redux Toolkit
Redux Toolkit (RTK) is the official, opinionated toolset for writing Redux logic, bundling store setup, reducer creation, immutable update helpers, and data-fe…
React Testing Library
React Testing Library (RTL) is a JavaScript testing utility for React components that encourages writing tests around rendered DOM output and user-facing behav…
Vitest
Vitest is a fast, Vite-native JavaScript and TypeScript test runner that provides a Jest-compatible API while using Vite's build pipeline for near-instant test…
MSW (Mock Service Worker)
Mock Service Worker (MSW) is an API mocking library that intercepts outgoing HTTP and GraphQL requests at the network level — using the Service Worker API in b…