Converted a project to Svelte. AMA

don’t mean to necrobump, but did you or anyone in the thread ever run svelte components side by side with blaze?

I think I was able to do it with accounts-ui initially as a POC but I ended up dropping that and writing simple Svelte components for authentication.

What’s your use case?

The problem with running them side by side is Blaze has a jquery dependency which can be kinda heavy.

Yes, I do, on two projects; I am trying to phase out Blaze. Works well. Svelte simplifies a lot of code, and I am happy I can do it progressively and not all at once (that would be months of work)

2 Likes