HTTP API w. SPA
#9754
Replies: 1 comment
-
Ok, learn more about remix. This question is a little pointless because of the way Remix works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need help finding information on a specific point I need clarification on.
While utilizing the no-SSR mode (SPA) for deploying the site to AWS S3, I aim to maintain the behavior of dynamic variables in the URL while fetching information in a Remix style, but without converting all paths to static pages. As of now, I am still looking for a solution to this issue.
For example:
/user/:id
without creating a static page/user/3.html
.Beta Was this translation helpful? Give feedback.
All reactions