Skip to content

SSR guide: add a chapter about migration from CSR to SSR #970

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

Closed
NataliaTepluhina opened this issue Mar 28, 2021 · 0 comments
Closed

SSR guide: add a chapter about migration from CSR to SSR #970

NataliaTepluhina opened this issue Mar 28, 2021 · 0 comments
Labels
enhancement New feature or request help wanted When you need help with how to solve the issue, use this label.

Comments

@NataliaTepluhina
Copy link
Member

By @CyberAP comment:

Since most of the people who want to migrate from CSR to SSR would be having some kind of main.js entry file maybe it would make sense to show this migration path as a step-by-step guide how we extract our current code from main.js and split it into three different files: app.js, entry-client.js and entry-server.js. The current approach is also very good, but I think it's more focused on writing an SSR app from scracth. Maybe there should be a separate guide for migrating from CSR to SSR? What do you think?

@NataliaTepluhina NataliaTepluhina added enhancement New feature or request help wanted When you need help with how to solve the issue, use this label. labels Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted When you need help with how to solve the issue, use this label.
Projects
None yet
Development

No branches or pull requests

1 participant