Echo JS 0.11.0

<~>
tracker1 1429 days ago. link 1 point
Okay, now add in some external data fetching (API calls) and control flow, and unit tests...

With Redux patterns, I can test my entire application state logic in reducers/action-creators and ensure that all the control flow logic is appropriate without spinning up components in unit tests.

Beyond that, this logic flow can be (re)used with react native swapping out only the UI patterns with React Native.

Replies