An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



MIT




# 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)