Tenets
github.com
Tenets
1–10 of 162 posts
Re: Tenets
#2Re: Tenets
#3I like using Rich Harris's tools because he cares about actually getting stuff done and he's allergic to bullshit
Re: Tenets
#4I like using Rich Harris's tools because he cares about actually getting stuff done and he's allergic to bullshit
I wasn't ever very tempted by React when it started getting hot because I had started using Rich's component library Ractive and it was so obviously better than React
Svelte was then like Ractive++ as well
Re: Tenets
#5I quite love this.
Re: Tenets
#6nuff said
Re: Tenets
#7HTML is not the mother language - It's actually pretty terrible for describing dynamic user interfaces. This is why JS solutions are so appealing. If HTML is so magical why do they need a fancy template language?
Magical, not magic - I really don't want it to feel magical either. I like explicit behavior and I think that is my problem with the whole wrap everything in observables approach. It's too magical.
No one cares - The countless blogs, posts, and communication around frameworks implies that yes, developers do indeed care. Details are important. You can't waive away concepts like memoization because they need to be used in the right context. There's no one size fits all solution to caching.
Re: Tenets
#8> "we explicitly aim to be the framework with the best vibes." I quite love this.
Then again, svelte has a great developer experience, so I would say he's delivering on this.
Re: Tenets
#9Re: Tenets
#10Amen. After being forced into working on a large Vue project as a React dev who had sworn it off, I've slowly come around to falling in love with it. Once you get over the "black magic" of it all, the productivity is insane. For people who just need to get things done, and couldn't care less about millisecond level rendering benchmarks, I would easily suggest it over React at this point.