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
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,19 @@
9
9
10
10
# Industrious.Redux
11
11
12
-
A predictable state container for .NET applications.
12
+
A predictable state container for .NET applications, inspired by [ReduxJS](https://redux.js.org).
13
13
14
-
See [Industrious.ToDo](https://github.com/industrious/industrious-todo) for usage examples in something resembling a real application. _(Coming soon...)_
14
+
Still in progress, though all the basics are working. See `Examples.Counter` and `Examples.SyncViews` for usage examples.
15
+
16
+
To do list:
17
+
18
+
- make it easier to work with collections
19
+
- finish up the examples
20
+
- proper docs
21
+
- async actions
22
+
- middleware
23
+
24
+
Industrious.Redux is delivered as a .NET Standard 2.0 assembly, so it should work pretty much anywhere you do.
0 commit comments