10 Matching Annotations
  1. Mar 2022
  2. Dec 2020
    1. page is a { host, path, params, query } object where host is the URL's host, path is its pathname, params is derived from path and the route filename, and query is an object of values in the query string.

      I like that we don't have to manually parse params/query out of the full request URI. It provides the data that you are most likely to need, in an readily/easily-usable form.

  3. Nov 2020
  4. Oct 2020
  5. Apr 2020
  6. Dec 2019