https://github.com/industriousone/industrious-redux
A predictable state container for .NET applications
https://github.com/industriousone/industrious-redux
csharp dotnet dotnet-standard redux
Last synced: 6 months ago
JSON representation
A predictable state container for .NET applications
- Host: GitHub
- URL: https://github.com/industriousone/industrious-redux
- Owner: industriousone
- License: mit
- Created: 2019-12-11T18:27:31.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T15:15:44.000Z (over 2 years ago)
- Last Synced: 2025-12-07T13:54:52.640Z (7 months ago)
- Topics: csharp, dotnet, dotnet-standard, redux
- Language: C#
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Industrious.Redux
A predictable state container for .NET applications, inspired by [ReduxJS](https://redux.js.org).
Still in progress, though all the basics are working. See `Examples.Counter` and `Examples.SyncViews` for usage examples.
To do list:
- make it easier to work with collections
- finish up the examples
- proper docs
- async actions
- middleware
Industrious.Redux is delivered as a .NET Standard 2.0 assembly, so it should work pretty much anywhere you do.
## Stay in touch
- Website - https://industriousone.com/
- Twitter - [@industrious](https://twitter.com/industrious)
## License
[MIT](https://opensource.org/licenses/MIT)