7 results for “topic:asynchronous-actions”
🚕 Component-driven asynchronous SSR in isomorphic Redux apps
Project #56 of Codecademy's Full Stack Engineer Career Path
"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.
Higher Order Component to easily manage asynchronous redux actions
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.
A Redux demo showcasing core concepts like actions, reducers, and store management, featuring both synchronous and asynchronous state handling.
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.