Why is everyone so unhappy with JavaScript?
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
AI Is Hacking Everything Now...
Theo - t3․gg
82.0k views
Saving the web from Javascript bloat
Theo - t3․gg
66.0k views
wtf is going on with ChatGPT?
Theo - t3․gg
97.4k views
I hate JavaScript
Theo - t3․gg
59.8k views
Why is everyone open sourcing their startups?
Theo - t3․gg
51.6k views
Why every dev should avoid React
Theo - t3․gg
81.2k views
How did we get here? (A rant about Javascript runtimes)
Theo - t3․gg
54.0k views
Everyone’s mad at Cursor right now
Theo - t3․gg
115.1k views
What everyone missed about Builder.ai
Theo - t3․gg
75.1k views
JavaScript might get compiler hints?
Theo - t3․gg
38.4k views
Top Comments (10)
i'm gonna need that electron vs tauri video
All these figures can get so skewed when the survey is only based on 10k responses
I feel like this survey never really captures my pain. Been using JS for well over a decade now. Been using TS since 1.x. Been using React since 2016. Multiple incompatible modules systems. Limited standard library. Crappy incomplete half-baked APIs (e.g. Web Workers, Custom Elements) foisted off on devs as being "production ready". DOM API sucks. Small library philosophy leads to dependency hell, although tbf more of a tradeoff. Fragmented tooling, although again also a tradeoff. The core language is _fine_ and TS is frankly amazing given the legacy constraints, but I'm so sick of dealing with the issues.
getting fewer APIs in Javascript is actually great, maybe we'll have time to finish something using the old APIs before having to upgrade to something new :)
Hard disagree. Electron hello world is 100+mb because it ships chromium. I bundled my webapp that needs to be a very small exe and used tauri and it's like 3mb. I can't have a 150mb exe file for my simple clock or calculator program. Tauri is amazing.
Here is a list of reasons why front-end developers are not happy. - You stay loyal to your company and maintain a legacy framework only to be told by job market you should have experience with latest framework. - Framework you use at your job might become obsolete in a matter of 1-2 years. - Things are getting so bad we are using loaders again to load a simple page. - People are becoming drama queens because not everybody is using TS - Instead of stabilizing things they keep dumping more things on for the next release of frameworks forcing people to upgrade with no real ROI.
15:06 Most of the negative sentiments from sveltekit are from those who haven't used it. Vast majority who used it (and used the new API) had a positive sentiment.
Considering who much companies use storybook to test components, maaybe you should try it again someday, I personally love it, especially the latest version (version 8)
OMG, those new immutable Array and Set operation methods like union and difference are awesome. How did I miss that?
Sets are amazing for lookup tables
Unlock the Data Inside
Turn Videos into Knowledge
- Get FREE 10/day: transcripts, summaries, chats
- Chat with videos, export text & PDF
- $1 free API credit for RAG, chatbots & research
Free forever plan • All features unlocked
Top Comments (10)
i'm gonna need that electron vs tauri video
All these figures can get so skewed when the survey is only based on 10k responses
I feel like this survey never really captures my pain. Been using JS for well over a decade now. Been using TS since 1.x. Been using React since 2016. Multiple incompatible modules systems. Limited standard library. Crappy incomplete half-baked APIs (e.g. Web Workers, Custom Elements) foisted off on devs as being "production ready". DOM API sucks. Small library philosophy leads to dependency hell, although tbf more of a tradeoff. Fragmented tooling, although again also a tradeoff. The core language is _fine_ and TS is frankly amazing given the legacy constraints, but I'm so sick of dealing with the issues.
getting fewer APIs in Javascript is actually great, maybe we'll have time to finish something using the old APIs before having to upgrade to something new :)
Hard disagree. Electron hello world is 100+mb because it ships chromium. I bundled my webapp that needs to be a very small exe and used tauri and it's like 3mb. I can't have a 150mb exe file for my simple clock or calculator program. Tauri is amazing.
Here is a list of reasons why front-end developers are not happy. - You stay loyal to your company and maintain a legacy framework only to be told by job market you should have experience with latest framework. - Framework you use at your job might become obsolete in a matter of 1-2 years. - Things are getting so bad we are using loaders again to load a simple page. - People are becoming drama queens because not everybody is using TS - Instead of stabilizing things they keep dumping more things on for the next release of frameworks forcing people to upgrade with no real ROI.
15:06 Most of the negative sentiments from sveltekit are from those who haven't used it. Vast majority who used it (and used the new API) had a positive sentiment.
Considering who much companies use storybook to test components, maaybe you should try it again someday, I personally love it, especially the latest version (version 8)
OMG, those new immutable Array and Set operation methods like union and difference are awesome. How did I miss that?
Sets are amazing for lookup tables