Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 492 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 492 Bytes

Redux.NET Prism TodoMVC Example

Redux.NET is a predictable state container for .NET apps. Inspired by redux.js.

This example builds upon the todomvc example from Redux.NET. It also uses PRISM for a losely couples component structure.