Skip to content

Latest commit

 

History

History

app-logic

Application logic - /src/app-logic

Most of the application logic is contained in reducers (reducers/app.js or reducers/profile-view.js usually).

Therefore this folder is for when we need to extract some business logic, either because it's complicated or because it needs to be shared across the application.