GuillaumeSalles / redux.NET

Redux.NET is a predictable state container for .NET apps. Inspired by https://github.com/reactjs/redux.
712 stars 86 forks source link

Refactor GetState() to State (property) #59

Open cmeeren opened 7 years ago

cmeeren commented 7 years ago

This has been mentioned a few times, e.g. https://github.com/GuillaumeSalles/redux.NET/issues/51#issuecomment-289406335. Just creating this separately for the record, so it's not forgotten. :)

GuillaumeSalles commented 7 years ago

Thanks!

ridespirals commented 7 years ago

I created a PR for this: https://github.com/GuillaumeSalles/redux.NET/pull/66

Not sure how you like to work, you can assign this issue to me if you'd like.