Found 24 bookmarks
Custom sorting
Rich Harris - Rethinking reactivity
Rich Harris - Rethinking reactivity
Modern JavaScript frameworks are all about reactivity. Change your application's state, and the view updates automatically. But there's a catch — tracking state changes at runtime adds overhead that eats into your bundle size and performance budgets. In this talk, we'll discover an alternative approach: moving reactivity into the language itself. Your apps have never been smaller or faster than they're about to become. Slides: https://rethinking-reactivity.surge.sh/ YGLF 2019: Code Camp Blog - Rich Harris: https://www.israel.yglfconf.com/post/meet-the-speaker-rich-harris
·youtu.be·
Rich Harris - Rethinking reactivity
Episode 8: Interview with Ryan Dahl, Creator of Node.js - Mapping The Journey
Episode 8: Interview with Ryan Dahl, Creator of Node.js - Mapping The Journey
Ryan Dahl is a Software Engineer working at Google Brain. He is the creator of Node.js, JavaScript runtime built on Chrome’s V8 JavaScript engine. Currently, he is working on deep learBrowserifyning research projects. His focus is mostly on image-to-image transformations like colorization and super-resolution. He has contributed to several open source projects including HTTP Parser, libuv. … Continue reading Episode 8: Interview with Ryan Dahl, Creator of Node.js
·www.mappingthejourney.com·
Episode 8: Interview with Ryan Dahl, Creator of Node.js - Mapping The Journey
The Ultimate Guide to JavaScript Frameworks
The Ultimate Guide to JavaScript Frameworks
Updated Jan. 21st, 2018: Added AppRun and dva. Keeping up with JavaScript frameworks can be a challenge. There are a lot of them, and seemingly another one every month. How do you know which ones might be right for your project? What are their strengths and weaknesses? How do you
·javascriptreport.com·
The Ultimate Guide to JavaScript Frameworks
The Brutal Lifecycle of JavaScript Frameworks - Stack Overflow Blog
The Brutal Lifecycle of JavaScript Frameworks - Stack Overflow Blog
JavaScript UI frameworks and libraries work in cycles. Every six months or so, a new one pops up, claiming that it has revolutionized UI development. Thousands of developers adopt it into their new projects, blog posts are written, Stack Overflow questions are asked and answered, and then a newer (and even more revolutionary) framework pops up to usurp the throne.
·stackoverflow.blog·
The Brutal Lifecycle of JavaScript Frameworks - Stack Overflow Blog