reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 401: Class 39 - Redux - Additional Topics


Questions

  1. What’s the best practice for “pre-loading” data into the store (on application start) in a Redux application? Create an initial state that is immutable.

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

Vocabulary

Read: Redux Toolkit

Read: Redux RTK Tutorial

Read: MobX

Read: HookState


Return to reading-notes Deployed Site

Return to reading-notes Mark Down