正在加载视频...

视频加载失败

"Declarative code compiles to imperative code that's hard to debug, I'm not sure we're in a better place now than we were with jQuery" ThePrimeagen

140,477 次观看 • 3 年前 •via X (Twitter)

11 条评论

Marc Grabanski 的头像
Marc Grabanski3 年前

I built TodoMVC in < 200 lines of code Then with lit-html it's even less lines of code with efficient DOM updates using simple template literals

ThePrimeagen 的头像
ThePrimeagen3 年前

I agree

EduardoRFS.tei 的头像
EduardoRFS.tei3 年前

@ThePrimeagen You don't debug assembly very often, so why is it relevant if the code is doing another compile pass? Assuming the semantics are preserved it just doesn't matter

piq and 69 others 的头像
piq and 69 others3 年前

@ThePrimeagen you guys moved away from jquery?

Dany Cam ⚡️🔥🇨🇦 的头像
Dany Cam ⚡️🔥🇨🇦3 年前

@ThePrimeagen

MySmallfish 🇮🇱 的头像
MySmallfish 🇮🇱3 年前

@ThePrimeagen New projects I use vanilla js. It’s just the same effort for much less heavy, debug right in the browser with nothing between me and the code and no quirks to cover up. Also using @statelyai xstate for more complex

Ravavyr 的头像
Ravavyr3 年前

@ThePrimeagen I made with just a vanilla JS class and methods. In the end, all of these things have to use vanilla JS at the bottom so why not start there to make something simple and reusable? [note, i've not updated it in two years, there's a few minor issues]

Marc Grabanski 的头像
Marc Grabanski3 年前

@ThePrimeagen Awesome!! 🙌

Anthony 的头像
Anthony3 年前

@ThePrimeagen UI peaked in Highschool. When Bootstrap was what everyone was talking about.

Josh Close 的头像
Josh Close3 年前

@ThePrimeagen I find React + TypeScript to be a nice sweet spot.

Marc Grabanski 的头像
Marc Grabanski3 年前

@ThePrimeagen What he said must have gone right over your head.

相关视频