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

[WIP] use external generator for SSR #1718

Closed
wants to merge 3 commits into from

Conversation

Rich-Harris
Copy link
Member

Making a start on #1678. Beginning with SSR, since that's the easiest to break out.

The contract between the two modules isn't quite settled yet. Also, some utilities will need to be moved into a separate package (let's call it @sveltejs/utils) to avoid duplication.

The @sveltejs/generate-ssr repo is here: https://github.com/sveltejs/generate-ssr

@Rich-Harris
Copy link
Member Author

Starting to have second thoughts about this — as I work through it, I'm starting to realise just how much juggling would be involved. We'd need separate packages for generators, utilities, types, shared helpers... I think we're better off just organising the codebase a bit better. This process has given me a couple of ideas.

@Rich-Harris Rich-Harris deleted the external-ssr-generator branch September 15, 2018 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant