📄️ Anatomy of a page load
📄️ Automation
todo
📄️ Caching
Multiple levels of caching will be utilised. We will build the demo store framework with minimal caching implemented. After a review, we will implement various caching methods where appropriate.
📄️ Component development guidelines
File structure
📄️ Data sources
📄️ E2E tests
End-to-end tests are used to test the entire application from the user's perspective. They are run in a real browser environment are used to test the entire application flow.
📄️ Handling errors
📄️ Generating a page layout
📄️ Sessions
📄️ Payments
📄️ Sections
Spacing sections consistently
📄️ Sessions
📄️ Client-side state
State is managed by Apollo Client. Check out the Apollo Client docs for detailed information on how to use Apollo Client.