background preloader

Javascript

Facebook Twitter

Codesplitting with webpack in a Laravel project – Pim Hooghiemstra. Consider a typical Laravel project in which we mainly use PHP in combination with blade views to render the pages.

Codesplitting with webpack in a Laravel project – Pim Hooghiemstra

However, as time goes by, more and more interactivity is required for the website to work smoothly: A bunch of pages is enhanced with Javascript. Some Javascript runs on all pages (i.e. sliding menu, a twitter widget, google analytics script), other Javascript just runs on a single page or a specific set of pages. To decrease the number of scripts to load, we use a module bundler to create a single bundle to serve to our visitors. Using JavaScript modules on the web   JavaScript modules are now supported in all major browsers!

Using JavaScript modules on the web  

This article explains how to use JS modules, how to deploy them responsibly, and how the Chrome team is working to make modules even better in the future. What are JS modules? Object-Oriented JavaScript. Untitled.

Promises

Modules. Introduction to Anime.js. Learn ES6. Axios. LocalStorage. Typescript. Classes. Lodash. JavaScript Modules: A Beginner’s Guide. How to Become a Web Developer: jQuery and Bootstrap.