Home
+A client-only Remix app
++ This page came directly from a fetch router handler. No HTTP request or response was + involved. +
+ +Home
++ This page came directly from a fetch router handler. No HTTP request or response was + involved. +
+ +About
+
+ Each route waits briefly before returning a RemixNode, so the loading and
+ cancellation behavior is easy to see.
+
Form submitted
: null} +
+ POST submissions expose the Navigation API's form data through{' '}
+ context.request.formData() without making an HTTP request. History traversals
+ return here with GET because navigation entries do not retain FormData.
+
+ Because this form submits to the current URL, it replaces the current history entry. The{' '} + + first submission + {' '} + pushed a new entry because it navigated here from another URL. +
+404
++ Try going back to the{' '} + + home page + + . +
+