Support for Svelte in the Meteor Community

I just wanted to encourage people to check out the following repo (and to star it )

I have been trying to get SSR working in my Vue application this weekend, and I am having a little trouble getting the rendered string to be added to my html template file :frowning: and the SSR example for Svelte looks so appealingly simple at the moment haha. I was thinking of making a Svelte proof of concept when i was done with my Vue application to learn more about it

7 Likes

just a quick update, i took the ssr-example repo as my starting point (linked below)

https://github.com/meteor-svelte/ssr-example

and man was it easy to get a portion of my Vue app ported over to Svelte and up and running. I am really impressed with Svelte at the moment ( i still love Vue too, just saying Svelte is awesome)

2 Likes