Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 316 Bytes

File metadata and controls

8 lines (6 loc) · 316 Bytes

Application logic - /src/app-logic

Most of the application logic is contained in reducers (reducers/app.ts or reducers/profile-view.ts 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.