Alex's Notes

Redux: Tyler McGinnis

A course introducing Redux from ui.dev

Covers:

  1. Redux Store

  2. UI - builds a simple UI to interact with the store.

  3. Redux Middleware

  4. React and Redux - rebuilds the UI from section 2 with React.

  5. Async redux - covers optimistic UI - make the update to the UI before triggering the async action (db update), then catch any errors and reverse the action if needed.

Links to this note