Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4.6k
Tenets#10085
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
This is an attempt to articulate the Sveltephilosophy — our bedrock principles, that guide our design decisions. Edit: for visitors from Hacker News, and anyone else who is curious,here is the video that this list came out of The web mattersWe work on Svelte because we believe that the web is a critically important technology, and that its continued survival is not guaranteed. Optimise for vibesPeople use Svelte because theylike Svelte. They like it because it aligns with their aesthetic sensibilities. Instead of striving to be the fastest or smallest or whateverest, we explicitly aim to be the framework with the best vibes. Don't optimise for adoptionWe're not trying to be the most popular framework, we're trying to be the best framework. Sometimes that means making choices that we believe in but that go against the grain of web development trends. HTML, The Mother LanguageHTML is a really good language for describing UI. Svelte augments HTML in a way that makes it a really good language for describinginteractive UI. Most frameworks are JS-centric, because JS is the most powerful language. But then they find themselves jumping through hoops to make it feel like you're writing HTML. We think both options are valid, but the HTML-first approach ends up feeling more natural. Embrace progressThere is a tendency in the web developer community towards a harmful form of pessimistic nostalgia — the idea that things were better in the prelapsarian age before bundlers, TypeScript, client-side routing and other trappings of modernity. This is nonsense. As a community our default position is one of optimism about technology — the platform is getting better, our tools are getting better, our devices are getting better, and if we embrace that fact we can make better stuff. And when other frameworks introduce new ideas like signals or server components, we look at them with interest and jealousy, and try to work out how we can incorporate good ideas, instead of resting on our laurels. There is always room for improvement. Numbers lieLighthouse has broken the brains of a generation of web developers. We have replaced good judgment with subservience to metrics that were only ever intended to be used as a diagnostic tool. Goodhart's Law states that
and this is very true in web development. Numerical rigour is good, and we pay attention to the various numbers, but when designing Svelte we think qualitatively, not quantitatively. Magical, not magicThere's a subtle line between something feelingmagical, and something feeling likemagic. We want Svelte to feel magical — we want you to feel like a wizard when you're writing Svelte code. Historically I think Svelte went too far into magic territory, where it's not 100% clear why things work a certain way, and that's something that we're rectifying with Svelte 5. Dream big'Choose the right tool for the job' is sensible but boring advice. It makes us small in our ambitions. I want us to dream bigger. I don't want to feel like my tools can't handle evolving requirements, or that if I want to dabble in a new field I need to learn an entirely new way of working first. Even if it turns out to be unachievable, I find it valuable to ask the question 'what would it take for SvelteKit to be the best framework forany app?', whether it's purely static content, or a realtime multiplayer app, or an offline-first productivity app, or even something built for an augmented reality headset. No-one caresMost people do not care about frameworks. They just want to build something cool, and Svelte is for those people too. So when we design things we need to think about the people who haven't read the docs in a while, if at all, and don't care about things like fine-grained rendering or configuring their build tool. This means that things need to be intuitive, that we shouldn't need to worry about manual optimisations like memoisation, that we should have as few APIs as possible, and that things need to be discoverable — for example you should be able to hover over a rune and get a link to comprehensive documentation. This also informs our approach to documentation and tutorials — it should be possible to build what you want by just learning the concepts that you need, and worrying about the other stuff for another day. Design by consensusSvelte is a community-driven and consensus-led project. It's important that the community — that's you — has a stake in the project's future. Many of Svelte's best ideas originated outside the core team. When we introduce new plans, we want to communicate them openly and provide everyone with good opportunities to offer their feedback. Those of us who work on the project every day have a vision for what kind of thing we want it to be, but we don't want to foist that vision on people against their will. And so while we can't get unanimous agreement on every change, we can at least say that dissenting voices have been heard and considered. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 272👎 9😄 19🎉 38❤️ 407🚀 42👀 32
Replies: 19 comments 34 replies
-
@Rich-Harris How do you imagen sveltekit will embrace theno-one cares tenet? I dream of a world where we don't have to think of package managers as much. |
BetaWas this translation helpful?Give feedback.
All reactions
👎 2❤️ 7
-
Check out Nix 🤠 |
BetaWas this translation helpful?Give feedback.
All reactions
😄 15😕 3❤️ 5👀 1
-
Oh, you moved from 'optimise for vibes' when you decided to deprecate |
BetaWas this translation helpful?Give feedback.
All reactions
👍 8👎 58
-
@AlanBreck sure! Here's aREPL with a couple examples. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 3
-
Thank you! What about from a runtime perspective? Will the |
BetaWas this translation helpful?Give feedback.
All reactions
-
Not totally sure on that one! Someone from the core team could probably give a good answer, but I'm guessing the compiled code gets optimized based on which props you destructure from |
BetaWas this translation helpful?Give feedback.
All reactions
-
I think that's it@eddiemcconkie, that's the argument that can convince me 👌 As a typescript fan, I can definitely see the advantage of being able to just define the types myself, it's probably even easier to generally document 👍 |
BetaWas this translation helpful?Give feedback.
All reactions
🎉 1
-
Addition to my big comment above: I'm still not a hype fan of Runes, but now I just don't like them whenoutside Svelte files. (sorry for all the fuss) |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
the first time I use Svelte & Kit I feel the same joy as I feel when the first time learning web development in 2015 I don't know how I can be thankful enough |
BetaWas this translation helpful?Give feedback.
All reactions
👍 16🎉 8
-
I also started in the web track back in 2016 and I wasn't fond of frontend, but came back to it in 2020 because I heard the word svelte on reddit and watched a crash course from traversy media, and quickly fall in love with svelte & frontend. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 5
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I love the "Vibe Based Optimization" philosophy |
BetaWas this translation helpful?Give feedback.
All reactions
-
cosign, i'm here for the aesthetic ;) |
BetaWas this translation helpful?Give feedback.
All reactions
-
no-one cares, that's the best vibe 🎉 |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 14
-
RICH FOR PRESIDENT |
BetaWas this translation helpful?Give feedback.
All reactions
👍 13😄 11🚀 3
-
Harris for president :) |
BetaWas this translation helpful?Give feedback.
All reactions
😄 1
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
With enthusiasm and community like ours, I feel like SvelteKit in five years from now will able to do this:
EnjoyedThe Tenets |
BetaWas this translation helpful?Give feedback.
All reactions
🚀 7👀 14
-
it would be crazy if would be able to add python to it...and integrate with ai models in seconds......or simple python integration in seconds |
BetaWas this translation helpful?Give feedback.
All reactions
👍 8👎 7🎉 1❤️ 1🚀 1
-
My guess is with Bun this will be possible since they make it easy to import files if they have a good C FFI. We've already seen Rust and C++ being imported easily into Bun. The only thing I'm not sure about is svelte/kit's tight coupling to vite since I assume Bun would need to do all the bundling and etc |
BetaWas this translation helpful?Give feedback.
All reactions
👀 6
-
That's actually a great idea. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Yes please |
BetaWas this translation helpful?Give feedback.
All reactions
-
BetaWas this translation helpful?Give feedback.
All reactions
🎉 2
-
I gave up on learning webdev some time ago. Svelte brought me back last year! I wish there was a bit more in the philosophy of going from 0 - 1 given a lot of docs and resources cater for other web framework converts. Great tenets and can't wait whats ahead! |
BetaWas this translation helpful?Give feedback.
All reactions
-
Beautifully said for the most part! |
BetaWas this translation helpful?Give feedback.
All reactions
-
HTML, The Mother Language ! |
BetaWas this translation helpful?Give feedback.
All reactions
-
I've just realized that with Tailwind you put css in html, and with htmx you put js in html. It is wild how powerful just html can be. I've personally been fully converted to the church of html first 😅 I reeeally like how Svelte is html first, but then also gives you all of css and js right there in <style> and <script> tags if you need them. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 4
-
This is the biggest reason for me to use Svelte. |
BetaWas this translation helpful?Give feedback.
All reactions
-
As a backend dev trying to do frontend stuff sometimes for side projects this statement is the best thing i ever read. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I love svelte and kit. Even I am just a regular developer but I really enjoy what svelte has reached so far and use svelte and kit as my main tool. I used to learn React, I do not like it because the virtual DOM and advertising that virtual DOM beat DOM, I learn Angular, I feel it too heavy and uncessary thing to configure and pain in ass like layout and router. I wish Svelte still enjoyable to make web because right now there is no a single framework can do it like Svelte and I love theno one cares andnumbers lie philosophy because I am tired of those, just look at React has to change to compiler, it's funny 😂 |
BetaWas this translation helpful?Give feedback.
All reactions
-
No mention of cybernetics? |
BetaWas this translation helpful?Give feedback.
All reactions
-
My hate for JSX alone would push me toward Svelte :) |
BetaWas this translation helpful?Give feedback.
All reactions
👎 1
-
Regarding "Don't optimise for adoption", if the other tenets are done well adoption rates will increase. So perhaps adoption rates can be a measure of how well other things are being done. I actually think adoption rates are important because when choosing a development environment one of the considerations is how many people can be employed with the necessary experience. |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I've written this out elsewhere, but thought I'd repost it - and significantly elaborate on it - here, because it feels relevant, specifically to the "No one cares" point: I'm really not a fan of how much "background knowledge" is now necessary in many Svelte 5 workflows in general. The introduction of proxied state may have opened up new possibilities and quality of life, but it's also brought many a potential pitfall and footgun with it, and it seems like there are too many stopgap measures and bandaid fixes to issues it's brought up that essentially boil down to "this thing that was previously possible and intuitive with little headache now requires this very specific workflow that you'll always have to keep in mind if you don't want to run into issues". In short, when previously, you could write code that looks like it should work, and it worked as you expected - I'd reckon this aspect of Svelte was the main reason for why it was the king of DX - now, you constantly need to worry abouthow Svelte achieves what it achieves in the background. For instance, you need to remember to Or, you need to use
Or - as an extension of this - you have toknow that state is proxied and that proxying any arbitrary object is a bad idea in order to understand why non-POJOs will just blanket refuse to become reactive in Svelte 5 now, requiring you to either write cumbersome boilerplate to make it work or tie all of your application's code to Svelte inextricably by adding runes all over it. Every one of these examples is going to need a mention somewhere in the docs, adding sizeable API surface, and will add something you will need to mentally make a note of and keep in the back of your mind whenever you write Svelte code. It feelsvery un-Svelte-like, and I wouldn't be surprised to see many issues related to all of the above pop up once Svelte 5 is out and about. To circle back to the tenets: I agree that "no one cares", and previously, no onehad to care. You wrote code that looked like it should work, and it worked. Therein lay the magic of Svelte. Now, youdo have to care in what feels like far too many cases, and if you don't, then the code you wrote, the code that looks like it should work... justwon't work. And you'll have no idea why, because broadly, this stuff just isn't intuitive to anyone who doesn't know about how Svelte works behind the curtains. |
BetaWas this translation helpful?Give feedback.
All reactions
-
You literally say, "I learned the Svelte 3/4 quirks the hard way (the only way to learn it is to step on and debug for hours only to find out that it is Svelte's unfixable bug) and got used to them", which, in fact, isn't good DX at all. I believe you think about states too much. Unless a function stores somewhere the passed arguments, it's ok to pass in a proxied state. |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
When do I literally say that? I don't remember saying anything of the sort. The Svelte 4 docs, as well as the tutorial, outline that reactivity is triggered by assignment to the reactive variable, and Svelte 4's behavior largely follows this rule. I doubt many people lost hours in the debugger for this issue that's very prominently pointed out pretty much anywhere that the docs teach you how reactivity works in the first place.
Right, but the issue is that it's impossible to tell at a glance whether the argument you're receiving (or passing, for that matter) is proxied state, particularly when you're dealing with code that lives somewhere other than where said state is declared. Even if you meticulously keep mental track of where exactly every argument you're receiving comes from while you write it, good luck remembering that a few months down the line when you have to touch that code again while refactoring some other feature. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I probably misunderstood your words about Svelte quirks, sorry. Svlete 3/4 has many undocumented quirks of the reactivity:canges made inside reactive blocks can be ignored; Almost all of them are undocumented, and you encounter many of them when writing more or less complex apps. It's awful to spend hours debugging the app only to find out that it is Svelte's unfixable bug. I hope Svelte 5 will properly document the edge cases of the runes so we can write apps without unexpected surprises.
I haven't written big apps with Svelte 5, but I don't notice complaints about it from people who have. So, I believe that either you overestimate the problem, or your personal code style doesn't go well with runes (or kinda both). |
BetaWas this translation helpful?Give feedback.
All reactions
-
Regarding adding reactivity to "Array.push()" and other stuff, I personally wouldn't have minded a few Svelte-specific data structures. I mean, doing something like For the rest, I still think having a mix of too complex&generic structure (like proxies) is both nice and bad. It's generic enough so it's good for many purposes, but it comes with other quirks (and we already have enough quirks everywhere). I hope I will be convinced once I use Svelte 5 every day 😕 |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I felt that. Some degree of "generic-data-structure-based hack" is acceptable but right now it just doesn't feel right. Way overcomplicated for what it's worth. Not going to replace stores as it is currently, not with this many gotchas and conditions. EDIT: It's actually fine. |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I've gotta say, runes ruin the vibes |
BetaWas this translation helpful?Give feedback.
All reactions
👍 4👎 11
-
I will just say, that's how I felt initially, when it was announced. I always thought of Svelte as the one where you didn't have to think of this - where reactivity "just happened" and "just worked". In hind sight, this feels reactive. Having seen Rich talk about runes more recently, and then deciding to try it, I gotta say, I get it now. It's still declarative, but the runes are not just annoying boilerplate, they're useful to the reader because you don't have tofigure out what's reactive or not. I changed my mind. Maybe you can too? 🙃 |
BetaWas this translation helpful?Give feedback.
All reactions
-
Please revert the changes made in Svelte 5 |
BetaWas this translation helpful?Give feedback.
All reactions
😕 3
-
😂😂😂 |
BetaWas this translation helpful?Give feedback.
All reactions
😄 1