A Webpack Survival Guide
Perhaps you've thought about switching to Webpack. Then you open a Webpack config file and your heart sinks; it looks like an alien life-form. You try to get it working, but your old jQuery plugins won't even load in the browser.
Moving from Webpack basics to using it in production means understanding how it works. We'll demystify how Webpack bundles assets for the browser, how it differs from the Rails asset pipeline, and highlight common challenges that may occur coming from Sprockets.
This is the talk we would have wanted to see before recently adopting Webpack in our own Rails app.
EVENT:
RailsConf 2018
SPEAKER:
Ross Kaffenberger
PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed).
CREDITS:
Original video source: https://www.youtube.com/watch?v=fKOq5_2qj54
Other Videos By Coding Tech
2018-07-06 | Serverless Revealed! |
2018-07-05 | The Science of Code Reviews |
2018-07-04 | Writing Ruby Like it's 2018 |
2018-07-03 | Architecting the Reactive Flutter App |
2018-07-01 | Even More CSS Secrets |
2018-06-30 | Solving Pokemon Blue With a Single, Huge Regular Expression |
2018-06-29 | The Cost Of JavaScript |
2018-06-28 | Knowledge Graphs & Deep Learning at YouTube |
2018-06-27 | Cryptography For Beginners |
2018-06-25 | Fearless Interview |
2018-06-24 | A Webpack Survival Guide |
2018-06-23 | A Case for Oxidation: The Rust Programming Language |
2018-06-22 | Strategies for Better UX |
2018-06-20 | When Fast is Faster Than Fastest |
2018-06-17 | If You Don’t Succeed At Beating HQ Trivia, Try Cheating! |
2018-06-16 | Top 10 Data Engineering Mistakes |
2018-06-13 | Microservices: How To Build Systems That Survive |
2018-06-11 | Introduction To TypeScript |
2018-06-10 | JS Callback Heaven |
2018-06-10 | Styled Components For Your React Apps |
2018-06-09 | [JavaScript] Master the Art of the AST and Take Control of Your JS |