Skip to content
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

Open
fourcolors opened this issue Jan 19, 2020 · 3 comments
Open

Sapper integration #4

fourcolors opened this issue Jan 19, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@fourcolors
Copy link

What do you think about integrating Sapper?

@hmmhmmhm
Copy link
Owner

i don't know which question it is about.
applying a sapper to this template?
or to support a template to be converted into a sapper?

well... anyway.. currently i am planning a separate
hybrid build module (ssr and csr both support)
that will make the CSR-structured SPA app be like a sapper.

@hmmhmmhm hmmhmmhm added the enhancement New feature or request label Jan 19, 2020
@hmmhmmhm
Copy link
Owner

hmmhmmhm commented Jan 19, 2020

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.
SO, Two approaches are being tried here.

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.)

@fourcolors
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants