Skip to content

Commit

Permalink
Update get-remix-route-params-in-entry-server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa authored Sep 8, 2023
1 parent 23c49e5 commit fe68da4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#@remix-run/node@1.19.3 #@remix-run/cloudflare@1.19.3

## Get Remix route params `entry.server`
# Get Remix route params `entry.server`

If you have a parameter like the locale `/:locale/*` that you want to get in entry.server for any reason, you can use the `EntryContext` object in `handleRequest` to access this information.

Expand Down

0 comments on commit fe68da4

Please sign in to comment.