Svelte is where the fun is ๐
Programming
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
We have a guy doing svelte on my team and it looks great, I'm just hoping it's not going to be a blocker down the road when we need more people. Is it popular these days?
Yes, even Apple has been hiring Svelte developers for 4 or so years
I do keep up with modern web development but that tends to be changes to things like CORS, client hints, things like that. I never used JavaScript and am never gonna start.
Development is much more simple and stable, and the user experience is far superior, when you cut out JavaScript.
When I start to feel overwhelmed, I just go check the Days since the last new JavaScript framework counter.
Usually calms me down.
Fireship on YouTube gives my regular dose of new frameworks and similar developments. Apart from that not really.
My current open source project is a programming language engine, which I implemented in Kotlin and compile to the JVM, Native as well as JS. That means I can run the JS version in a browser, but I don't have to deal (much with JS itself). The actual web UI is very minimal, because developing for the web is, as you correctly asserted, a nightmare.