Skip to content

Commit fca083e

Browse files
committed
Updated the readme files
1 parent 629838e commit fca083e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Examples/PrismRedux.NET/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This project is inspired by the [TodoMVC] project. The only real difference is t
1616
1. [Redux.NET](Examples/Redux.NET/README.md)
1717
1. [ReactiveUI](Examples/ReactiveUIExample/README.md)
1818
1. [Prism](Examples/Prism/README.md)
19+
1. [Redux.NET and PRISM](Examples/PrismRedux.NET/README.md)
1920
1. MVVM
2021

2122
## Contributions and feedback

0 commit comments

Comments
 (0)