Svelte: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) Created page with "...and also Sveltekit, as needed. == Svelte and Parcel == I learned Parcel 1 when I was working with React and I got used to it. I tested the conventional Svelte + Roll..." |
Brian Wilson (talk | contribs) |
||
Line 18: | Line 18: | ||
* https://kit.sveltekit.dev | * https://kit.sveltekit.dev | ||
* Practical Svelte", Alex Libby, I read it in O'Reilly via https://learning.acm.org with my ACM membership. | * Practical Svelte", Alex Libby, I read it in O'Reilly via https://learning.acm.org with my ACM membership. | ||
* Twilio -- It looks like [[Twilio]] has embraced Svelte so there are some tutorials there that are useful for me. |
Revision as of 19:30, 28 January 2022
...and also Sveltekit, as needed.
Svelte and Parcel
I learned Parcel 1 when I was working with React and I got used to it.
I tested the conventional Svelte + Rollup demo and decided I am happier with Parcel 2.
I am currently working out a template to use for my projects in this Github repo.
Sveltekit
I am looking at it, so far the combination of Svelte and Parcel seems acceptable to me.
Resources
- https://svelte.dev
- https://kit.sveltekit.dev
- Practical Svelte", Alex Libby, I read it in O'Reilly via https://learning.acm.org with my ACM membership.
- Twilio -- It looks like Twilio has embraced Svelte so there are some tutorials there that are useful for me.