General App Creation Flow

from A Redux App Tutorial.

The diagram above illustrates a left-to-right, general development flow to implement a feature in a React\/Redux application. Though the flow is from left-to-right, we are not inferring a rigid expectation to complete development on a part prior to moving right onto the next. The flow is just a very typical order to developing parts to implement a feature, a new page or new application.

Note

The early focus on 'State shape' infers that you contract a feature's service needs to garner required data from your backend support. Early aggreement on the service API's is crucial to timely delivery.

This tutorial's sections are presenteed in the left-to-right ordering shown above by implementing and testing each bubble part.

An example file break down to contain the bubble parts might be: