Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 539 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 539 Bytes

Technical Documentation

  • Lazy Loading

    Documentation explaining the lazy loading strategy used by @cloudflare/next-on-pages and how it allows loading and evaluating only the JavaScript code relevant to each request.

  • Routing

    An in-depth look at how the (runtime) routing system implemented in @cloudflare/next-on-pages works, and how it matches and serves all incoming requests. It goes over the inner workings of processing a request and explains the design decisions behind each step.