File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Redux.NET Prism TodoMVC Example
2
+
3
+ > [ Redux.NET] is a predictable state container for .NET apps. Inspired by [ redux.js] .
4
+
5
+ [ Redux.NET ] : https://github.com/GuillaumeSalles/redux.NET
6
+ [ redux.js ] : https://github.com/reactjs/redux
7
+ [ PRISM ] : https://github.com/PrismLibrary/Prism
8
+
9
+ This example builds upon the [ todomvc example] from Redux.NET. It also uses PRISM for a losely couples component structure.
10
+
11
+ [ todomvc example ] : https://github.com/GuillaumeSalles/redux.NET/tree/master/examples/todomvc
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ This project is inspired by the [TodoMVC] project. The only real difference is t
16
16
1 . [ Redux.NET] ( Examples/Redux.NET/README.md )
17
17
1 . [ ReactiveUI] ( Examples/ReactiveUIExample/README.md )
18
18
1 . [ Prism] ( Examples/Prism/README.md )
19
+ 1 . [ Redux.NET and PRISM] ( Examples/PrismRedux.NET/README.md )
19
20
1 . MVVM
20
21
21
22
## Contributions and feedback
You can’t perform that action at this time.
0 commit comments