Loading Javascript Bundles in Browsers
This talk presents the asynchronous loading of JavaScript bundles. You will learn how Tesco asynchronously loads its JavaScript bundles and view a demonstration of the difference it makes to performance.
This talk presents the asynchronous loading of JavaScript bundles. You will learn how Tesco asynchronously loads its JavaScript bundles and view a demonstration of the difference it makes to performance.
When choosing Angular to build a JavaScript front end app, it can seem like RxJS is just one more thing to learn, and there’s no easy transition coming from another framework. But RxJS is efficient and expressive!
Electron is an open-source framework developed and maintained by GitHub. Electron allows for the development of desktop GUI applications using web technologies: It combines the Chromium rendering engine and the Node.js runtime.
JavaScript is your behavior layer; the way to add interactivity to your sites, to provide a slick and delightful user experience, to make everything fast and easy and clean. But at some point everything changed: the tail started to wag the dog instead and development became Javascript-first.
Back in the day, you would roll out some jQuery and build JavaScript websites with the best of them. But nowadays terms like “Webpack” and “React” and “Node” kept cropping up, and the new code you see looks nothing like the JavaScript you thought you knew… Uh oh – you’ve …
Maintainability of code is one of the most crucial things in programming, but what makes JavaScript code easy to work with? During last 3 years, the presenter has built small, medium and big apps using Vue.js in Docplanner. To keep these apps maintainable, the organization came up with numerous coding …