ZhangMYihua / useReducer-exampleLinks
A small project to help us understand the useReducer hook. We are replacing the code in our useEffect example with useReducer for state management.
☆14Updated 3 years ago
Alternatives and similar repositories for useReducer-example
Users that are interested in useReducer-example are comparing it to the libraries listed below
Sorting:
- A complete version of our application converting everything redux over to using the contextAPI☆45Updated 3 years ago
- A small application showing how to write a custom hook to help us fetch data☆12Updated 3 years ago
- A small project that demonstrates how higher order components work at a basic level☆62Updated 3 years ago
- Getting started with Create React App☆54Updated 3 years ago
- 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 a…☆45Updated 3 years ago
- The final version of our application after converting it to leverage apollo-client for handling local state. *One thing to note is that i…☆20Updated 3 years ago
- Course on how to create a portfolio app with Next JS☆100Updated 2 years ago
- ZTM tutorial - adding tests to a react app☆52Updated 4 months ago
- In this repository, all our components have been converted to styled-components!