Skip to content

swifty-iOS/MBRedux

Repository files navigation

MBRedux

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.

Features

  • 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.

Installation

Swift Package Manager

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

Usage

You can refer here for how to use MBRedux in your Swift project.

Contributing

Contributions are welcome! Feel free to fork the repository, make improvements, and create pull requests.

License

MBRedux is licensed under the MIT License. See the LICENSE file for more details.

About

Redux is a swift library that manages state.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages