When a user enters a URL in a ScandiPWA application, the following steps take place:

  1. ScandiPWA uses the Router component to determine which components to render based on the URL.

    How to work with Routes?

  2. ScandiPWA renders the components associated with the path

    How to work with components?

  3. ScandiPWA makes GraphQL requests to access all data necessary for rendering

    How to work with requests?