-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sapper integration #4
Comments
i don't know which question it is about. well... anyway.. currently i am planning a separate |
CSR has many advantages. BUT Sometimes we need SSR. I currently working on some CSR structure to create apps so that both support with SSR. One is to convert what was originally in CSR format and export static files to the entire SSR structure. The second is to first send SSR results from Node.JS Express depending on the situation, to running as CSR by a hashbang address (In this process, if it is a general get request rather than a hashbang address, the goal is to keep responding only SSR results.) There are searchbots of older search sites that cannot index CSR in Korea, so I am very interested in SSR. (But I also like Cordova or Electron support through CSR.) |
Sappers big selling point is that its SSR and includes other things like routing. If you're going to make this template support SSR and potentially zero configuration for deploying to ziet now, I'd love that. I'm coming from a react background so I am still really new to Svelte but once I'm up to speed I'll try to contribute. |
What do you think about integrating Sapper?
The text was updated successfully, but these errors were encountered: