🚕 Component-driven asynchronous SSR in isomorphic Redux apps
-
Updated
Jul 11, 2023 - JavaScript
🚕 Component-driven asynchronous SSR in isomorphic Redux apps
Project #56 of Codecademy's Full Stack Engineer Career Path
This repository contains examples and explanations of key Redux concepts: Store, Middlewares, Dispatch, Actions, State, Asynchronous Actions, RTK Query, Redux Toolkit, and Slices. Learn to efficiently manage your application state with Redux and its complementary tools.
This repository demonstrates how to integrate Redux for state management, including asynchronous actions with Thunk, and maintain authentication state using Firebase with Google Sign-In and Firestore. It also showcases the use of Material UI with custom theming and efficient form handling.
Higher Order Component to easily manage asynchronous redux actions
"react-hooka" is React-hook based state management library. "react-hooka" supports both synchronous and queued-asynchronous (FIFO) actions. All asynchronous state update operations are guaranteed to change the application state in the order of asynchronous-operation invocation.
Add a description, image, and links to the asynchronous-actions topic page so that developers can more easily learn about it.
To associate your repository with the asynchronous-actions topic, visit your repo's landing page and select "manage topics."