Faster Websites with Web Components
Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=1nNgaQA9gW8
One of the best performance tips is "do less" - transmit less data and do less processing. There are a million details but we will focus on transmitting less JavaScript. We are going to tackle it by doing more work at build time which means we start with almost zero JavaScript and only load more as the users interacts with the page.
PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=V2yjXFPYjVA
Other Videos By Coding Tech
2022-12-12 | Node on Mobile |
2022-12-10 | Data Visualization with R: Grammar of graphics in ggplot2 |
2022-12-07 | Coding Complex App Logic, Visually |
2022-12-05 | How we are making Python 3.11 faster (CPython project) |
2022-12-02 | Working with Audio in Python |
2022-12-01 | Top 8 Tips To Get More Value Out of gRPC |
2022-12-01 | `typing.Protocol`: Type Hints in Python |
2022-11-28 | Lyra: Disrupting full Text Search industry with JavaScript |
2022-11-27 | 3D Modelling in Spline |
2022-11-26 | WASM Components: The Interchangeable Parts of Software |
2022-11-23 | Faster Websites with Web Components |
2022-11-22 | The weird things about React |
2022-11-20 | Let's Build a Java Web Project |
2022-11-19 | Building an MLOps Platform at HelloFresh |
2022-11-19 | You Want to Be a Product Manager? 12-Step Guide |
2022-11-17 | Is Kubernetes the Next Fault Domain? |
2022-11-17 | Demystifying Python’s Internals |
2022-11-16 | Packaging Python in 2022 |
2022-11-16 | Augmenting Node.js with WebAssembly |
2022-11-15 | WebAssembly: The Path to Components |
2022-11-14 | Inventing What's Next In Computing |
Tags:
web components
javascript