reading-notes


Project maintained by Razan-am Hosted on GitHub Pages — Theme by mattgraham

Redux - Additional Topics

What’s the best practice for “pre-loading” data into the store (on application start) in a Redux application?

When using a thunk/async action that dispatches the actual action, which do you export from your reducer?


Terms


Redux Toolkit (RTK)

Purpose

Why You Should Use Redux Toolkit

What’s included inside Redux Toolkit?


References:

@By Andy Noelker/Correct way to pre-load component data in react+redux

@By Andrea Chiarelli/Async actions in Redux with Thunk or custom middleware

@By redux/What is Redux Toolkit?