I have a customized SSR, but I would like for some routes to give me static pages using pre-rendering, and for others to be constantly generated on the HTML server. Are there any ways to organize this?
I have a customized SSR, but I would like for some routes to give me static pages using pre-rendering, and for others to be constantly generated on the HTML server. Are there any ways to organize this?
Source: https://ru.stackoverflow.com/questions/897930/
All Articles