How to navigate and render the page from scratch (without ajax as Astro)? #1416
Unanswered
DrevaSergii
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys!
I'm developing a mostly static e-commerce site.
The general behavior is very simple - grab the data from the DB and place beautiful pictures on the screen.
I think it's a good idea to use CDN proxy to minimise server, DB traffic and handle auth and etcetera dynamic stuff on the client (without SSR).
Unfortunately, I've run into a problem with my lovely solid start project - I don't know how to redirect the user and render the page from scratch to get .html request.
I've tried to use simple html
a
tag, the solid startA
component anduseNavigate
- they all do a POST request/_server
.Is there an option to redirect and render the page on the server from scratch to cache the request on the CDN level?
Beta Was this translation helpful? Give feedback.
All reactions