Term | |
---|---|
middleware | software that enables one or more kinds of communication or connectivity between two or more applications or application components in a distributed network |
thunk | a subroutine used to inject a calculation into another subroutine. Thunks are primarily used to delay a calculation until its result is needed, or to insert operations at the beginning or end of the other subroutine |
“Redux Toolkit also includes a powerful data fetching and caching capability that we’ve dubbed “RTK Query”. It’s included in the package as a separate set of entry points. It’s optional, but can eliminate the need to hand-write data fetching logic yourself”.
“Redux Toolkit is available as a package on NPM for use with a module bundler or in a Node application : ** npm install @reduxjs/toolkit