Redux: Tyler McGinnis
A course introducing Redux from ui.dev
Covers:
UI - builds a simple UI to interact with the store.
React and Redux - rebuilds the UI from section 2 with React.
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.