This talk will cover how how front end development is becoming much more modular and how you, if you haven’t already, can change your working practices to get on board.
I’ll cover how you can utilise css-preprocessors and frameworks to take an object orientated approach to CSS and write it in a more modular way.
How you can use JavaScript libraries like requirejs or even just combine js files on the fly to make your JavaScript more modular.
I’ll then touch on why you should keep the number of files of your production sites to a minimum and what tools you can use to help achieve this.
Finally how in the future, we’ll be able to use Web Components to write our HTML in a modular way to.