ZhangMYihua / lesson-12Links
We have added redux to our application so we can leverage all the benefits that come with uni-directional data flow. Instead of the prop drilling we would have to do in order to pass our new user object down deeper into our component trees from our app, we can now just connect those components directly to our redux store where we store all our d…
☆6Updated 2 years ago
Alternatives and similar repositories for lesson-12
Users that are interested in lesson-12 are comparing it to the libraries listed below
Sorting:
- A small application showing how to write a custom hook to help us fetch data☆11Updated 2 years ago
- A small project to help us understand the useReducer hook. We are replacing the code in our useEffect example with useReducer for state m…☆14Updated 2 years ago
- We have removed the redux-logger middleware from our production build!☆9Updated 2 years ago
- A complete version of our application converting everything redux over to using the contextAPI☆45Updated 2 years ago
- Getting started with Create React App☆54Updated 2 years ago
- 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 …☆8Updated 4 years ago
- ☆7Updated 2 years ago
- We have separated out our front-end client from our back-end express server that handles our stripe charges. In this section we learn how…☆12Updated 2 years ago
- Adding email/password sign up authentication for firebase, as a result we need to store our user objects in the database.☆10Updated 2 years ago
- We are going to replace our local state management from redux to the new context API. This repository is our application before we introd…☆16Updated 2 years ago
- In this lesson we are using redux-thunk for asynchronous event handling! We have modified our collections-page collections-overview compo…☆13Updated 2 years ago
- We have optimized our client side application to leverage react.lazy for lazy loading our components at the route level, but also using t…☆16Updated 2 years ago
- Our test application to teach useMemo and useCallback!☆12Updated 2 years ago
- A small project that demonstrates how higher order components work at a basic level☆62Updated 2 years ago
- In this lesson we're adding tests into our application!☆48Updated 2 years ago
- Newsletter signup using Node.js and Mailchimp