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 #66

Open ridespirals opened 7 years ago

ridespirals commented 7 years ago

See https://github.com/GuillaumeSalles/redux.NET/issues/59

Is this a satisfactory refactor? I also had a question, how do you feel about using newer syntax for the property in Store.cs: public TState State => _lastState;?