Echo JS 0.11.0

<~>

tracker1 2958 days ago. link 1 point
Nice entry-level tutorial... misses the use of react-redux for higher-level component integration...  Another useful module is redux-actions (with the S), as well as redux-thunk and some of the other composition support.

I tend to break up my project in terms of feature... that "feature" can consist of multiple marts of components, reducers, actions, api (portion of data access, used with action-creators + redux-thunk).  The features are composed with the type of functionality and grouped hierarchically.  Worried more about structure of features, whether it's for display or data... the data may be used for the display in adjacent features.