Stars
A commit-by-commit story of building your own global async server-state management, then migrating it to React Query
In this lesson we are using redux-thunk for asynchronous event handling! We have modified our collections-page collections-overview components to use the container pattern to separate their loading…
A complete version of our application converting everything redux over to using the contextAPI
We have updated our application over to using hooks and functional components to replace any class components we had before.
A small application showing how to write a custom hook to help us fetch data
This repository contains my solution for storing a users cart in firestore. Most of the new code is in the cart saga and firebase utils along with the typical react-redux actions and action types. …
Our test application to teach useMemo and useCallback!
A small project to help us understand the useReducer hook. We are replacing the code in our useEffect example with useReducer for state management.
In this lesson, we moved our shop data into firebase. We then pull that data into our application and store it into our shop reducer and push it into our shop page.