by benmccann on 4/30/24, 3:22 PM with 17 comments
by snide on 4/30/24, 3:56 PM
My favorite thing about learning Svelte was that it has my favorite "documentation" of any library. It's just a list of code samples showing various different scenarios [0]. This made it dead easy for me to understand its way of doing things without needing to get too deep into the methodology.
by gedy on 5/1/24, 5:21 AM
I know there's very good reasons for the changes, but it feels so similar to React (and even hooks) now that I don't see any big positives to using Svelte vs just using React. Sorry Rich.
by move-on-by on 5/1/24, 1:12 AM
This is classic React!
by purple-leafy on 5/2/24, 8:38 AM
I picked up Svelte 3, and 4 last year and used it to build many browser extension UIs.
I really enjoyed my time with Svelte but I found it did not scale well. Maybe that’s a me problem though.
I’ve since switched over to using React, and I’m really enjoying writing React. NOT working with others React code though, that still sucks.
But I’ve actually switched to using React for my browser extension UIs. Prefer it
by ravenstine on 5/1/24, 11:03 AM
However, I don't really know why he thinks classes are awesome without inheritance, either. Once you do away with inheritance, what's the benefit over writing a function that builds an object? Get rid of the middle man, the extra keywords, the prototype chain, etc., and go with a function. Did I miss something?
by danielscrubs on 5/2/24, 1:55 AM
Any recommendations for building SPAs that can last a decade without constant rewrites?
by vbilopav on 5/1/24, 6:08 AM