Section 15 - Redux Store Design
[Lecture] Rules of Reducers
[Lecture] Return Values from Reducers
[Lecture] Argument Values
[Lecture] Pure Reducers
[Lecture] Mutations in Javascript
[Lecture] Equality of Arrays and Objects
[Lecture] A Misleading Rule
[Lecture] Safe State Updates in Reducers
[Lecture] Switch Statements in Reducers
[Lecture] Dispatching Correct Values
[Lecture] List Building!
[Lecture] Displaying Users
[Lecture] Fetching Singular Records
[Lecture] Finding Relevant Users
[Lecture] That's the Issue!
[Lecture] Memoizing Functions
[Lecture] Memoization Issues
[Lecture] One Time Memoization
[Lecture] Alternate Overfetching Solution
[Lecture] Action Creators in Action Creators!
[Lecture] Finding Unique User Ids
[Lecture] Quick Refactor with Chain
[Lecture] App Wrapup