MBRedux is a lightweight and flexible Redux implementation for managing state in Swift applications. It provides a simple way to manage state updates and handle actions, making your application's state predictable and easy to maintain.
- Simple Redux-inspired state management for Swift apps.
- Easy-to-use API for dispatching actions and handling state updates.
- Lightweight with minimal to no dependencies.
- Supports reactive updates with publishers to observe state changes.
You can integrate MBRedux into your project using Swift Package Manager with the following URL and select the version (Release) you wish to install.
https://github.com/swifty-iOS/MBRedux.git
You can refer here for how to use MBRedux in your Swift project.
Contributions are welcome! Feel free to fork the repository, make improvements, and create pull requests.
MBRedux is licensed under the MIT License. See the LICENSE file for more details.