Skip to content
View ptagnes's full-sized avatar

Block or report ptagnes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results
JavaScript 3 3 Updated Feb 6, 2021

A commit-by-commit story of building your own global async server-state management, then migrating it to React Query

JavaScript 221 57 Updated Jan 6, 2023

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…

JavaScript 13 93 Updated Jan 3, 2023

A complete version of our application converting everything redux over to using the contextAPI

JavaScript 45 117 Updated Jan 4, 2023

We have updated our application over to using hooks and functional components to replace any class components we had before.

JavaScript 5 19 Updated Jan 4, 2023

A small application showing how to write a custom hook to help us fetch data

JavaScript 11 87 Updated Jan 4, 2023

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. …

JavaScript 45 71 Updated Jan 4, 2023

Our test application to teach useMemo and useCallback!

JavaScript 12 39 Updated Jan 4, 2023

A small project to help us understand the useReducer hook. We are replacing the code in our useEffect example with useReducer for state management.

JavaScript 14 76 Updated Jan 4, 2023

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.

JavaScript 8 35 Updated Feb 7, 2021