Skip to content

Latest commit

 

History

History
executable file
·
7 lines (5 loc) · 272 Bytes

File metadata and controls

executable file
·
7 lines (5 loc) · 272 Bytes

pages

Pages are non-reusable components which typically do some layout and wrap organisms. Pages are rendered by the router and don't have much logic to them.

They may interact with the data layer and router, but the data layer actions are best serviced by organisms.