📄️ A request data flow
When working on a Front-Commerce project, you'll have to handle request, fetch data, and return a response containing data or HTTP metadata. This section explains the big picture of the request data flow in Front-Commerce.
📄️ React components structure
When working on a Front-Commerce project, you will have to override existing components from our base theme to adapt pages to your context. It is important to understand how we structured our codebase to be more efficient in your day-to-day tasks.
📄️ Server-side events
Discover server-side events in Front-Commerce application.