dav92lee

Results 5 comments of dav92lee

https://github.com/fisshy/react-scroll/pull/429

Is there an easy way to do this with a nested store? eg: ``` func appReducer(action: Action, state: AppState?) -> AppState { // if no state has been provided, create...

i've done it with the following code ``` func appReducer(action: Action, state: AppState?) -> AppState { // if no state has been provided, create the default state var state =...

@mjarvis I have all of my substates `: Equatable`; however, unless the `entire_substate` that the `StoreSubscriber` subscribes to is `==`, every substate within entire_substate will show up in `state` in...