Redux Toolkit

E554881

Redux Toolkit is the official, opinionated toolset for efficient Redux development, providing simplified APIs and best practices for state management in JavaScript applications.

All labels observed (4)

Label Occurrences
Redux Toolkit canonical 4
RTK Query 1
createEntityAdapter API 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf JavaScript library ⓘ
Redux toolset ⓘ
state management tool ⓘ
abbreviation RTK ⓘ
describedAs official, opinionated toolset for efficient Redux development ⓘ
developedFor Redux ⓘ
documentation https://redux-toolkit.js.org ⓘ
encourages co-locating reducers, actions, and selectors ⓘ
using thunks for async logic ⓘ
writing logic as slices ⓘ
feature DevTools integration by default ⓘ
RTK Query ⓘ
linked to: Redux Toolkit

TypeScript support ⓘ
built-in Immer integration ⓘ
built-in Redux Thunk middleware ⓘ
code splitting support ⓘ
configureStore API ⓘ
createAction API ⓘ
createAsyncThunk API ⓘ
createEntityAdapter API ⓘ
linked to: Redux Toolkit

createListenerMiddleware API ⓘ
createReducer API ⓘ
linked to: Redux Toolkit

createSlice API ⓘ
data fetching and caching via RTK Query ⓘ
good default middleware configuration ⓘ
immutable update logic via Immer ⓘ
reducer logic co-located with actions ⓘ
simplified store setup ⓘ
introduced around 2019 ⓘ
license MIT License ⓘ
maintainedBy Mark Erikson ⓘ
Redux core team ⓘ
name Redux Toolkit ⓘ
partOf Redux ecosystem ⓘ
primaryGoal promote Redux best practices ⓘ
simplify Redux usage ⓘ
programmingLanguage JavaScript ⓘ
TypeScript ⓘ
replaces many manual Redux setup patterns ⓘ
repository https://github.com/reduxjs/redux-toolkit ⓘ
supports Redux DevTools Extension ⓘ
TypeScript type inference ⓘ
middleware configuration ⓘ
server-side rendering patterns ⓘ
usedFor API data fetching in Redux ⓘ
asynchronous logic handling in Redux ⓘ
state management in JavaScript applications ⓘ
state management in React applications ⓘ

How these facts were elicited

Referenced by (7)

Full triples — surface form annotated when it differs from this entity's canonical label.

Redux → ecosystemComponent → Redux Toolkit ⓘ
React-Redux → relatedTo → Redux Toolkit ⓘ
Redux Toolkit → name → Redux Toolkit ⓘ
Redux Toolkit → feature → createReducer API ⓘ
linked to: Redux Toolkit
Redux Toolkit → feature → createEntityAdapter API ⓘ
linked to: Redux Toolkit
Redux Toolkit → feature → RTK Query ⓘ
linked to: Redux Toolkit
Redux Thunk → commonlyUsedWith → Redux Toolkit ⓘ