Svelte: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Brian Wilson (talk | contribs)
mNo edit summary
Line 21: Line 21:
* 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.
* [https://cloudflare.com Cloudflare] is all in with Svelte via Pages, see [https://pages.cloudflare.com/ pages.cloudflare.com] and https://developers.cloudflare.com
* Twilio -- It looks like [[Twilio]] has embraced Svelte too so there are some tutorials there that are useful for me.
** [https://www.twilio.com/blog/all-you-need-to-know-svelte Beginner's guide to Svelte]
** [https://www.twilio.com/blog/build-chat-app-twilio-conversations-svelte Build a chat app]
** [https://www.twilio.com/blog/react-svelte-comparing-basics Svelte and React compared]

Revision as of 19:47, 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.

Parcel really does require almost no configuration at all, so every time I look at other approaches I back away. There are a few hoops to jump through to get it to do some tricky things like image processing but it's tricky so I accept that.

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