You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a library for using Redux to manage state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.
An E-commerce Flutter application that allows users to shop online, browse product catalogs, create wish lists, add items to a cart, and complete purchases.
Gallery is a Flutter app that allows users to display, save, modify, and delete images. This README file provides an overview of the project and its features
The Women Safety App, powered by GetX State Management, offers real-time location sharing, emergency alerts, and a supportive community. It empowers women with safety tips, anonymous reporting, and customizable alerts. This cross-platform app prioritizes privacy and security while promoting women's safety and well-being.
https://www.youtube.com/watch?v=gz4NgSWjHoY In this tutorial we are going to cover how you can use zustand, a simple yet powerful library to manage state in your react app. I will show you examples of how you can create slices for the global store and combine different entities in there. At the end of the video I will show you how can you have a…