How I made a website with Svelte
johanronsse.be
How I made a website with Svelte
1–10 of 130 posts
Re: How I made a website with Svelte
#2Re: How I made a website with Svelte
#3Re: How I made a website with Svelte
#4Re: How I made a website with Svelte
#5And I must say that Svelte also caught my eye this year. I gave it a shot in their playground, and I was surprised how intuitive things are. Svelte as a compiler seems very natural an approach to building frontend apps and independent components.
My next project will be Svelte on the frontend (SPA), and Elixir+Phoenix+Absinthe on the backend. I personally think this will be a killer stack for 2020
Re: How I made a website with Svelte
#6Title makes it seem as if the website received an award.
Re: How I made a website with Svelte
#7> "In 2018 I went content-first, but this year I went design-first. I more or less created all of the designs first, then implemented them as opposed to last year."
For somebody who believes that it's as fast to simply design in css, was this step worth it?
Re: How I made a website with Svelte
#8Re: How I made a website with Svelte
#9Nice writeup. > "In 2018 I went content-first, but this year I went design-first. I more or less created all of the designs first, then implemented them as opposed to last year." For somebody who believes that it's as fast to simply design in css, was this step worth it?
I do have to say I am quite fast with Figma as my day to day work is being a UI designer.
Re: How I made a website with Svelte
#10> Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
> Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.
That sounds like a perfect pitch for Angular. What's the difference between Svelte and Angular?