The Breakpoint Loader

The reason

Thinking "mobile first" requires more than just thinking about code structure, but also requires thinking of bandwidth and download speed of all assets.

Only loading what the user needs and only when they need it is what I set out to do. The first thing I though about was CSS, not all browsers support media-queries and when coding "mobile first", you will need some sort of polyfill, most commonly respond.js, to display the correct styles for the viewport size.