FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Webpack: A Gentle Introduction to the Module Bundler

Not ready for Parcel (above)? Here you can learn the basics of Webpack and how to configure it for your web application. - https://goo.gl/UKcrxD

#webpack
Webpack 4 Beta: Happier, Faster, More Productive.

The final release of the popular module bundler is due in a month to let plugin developers catch up, but you can play with it already. It’s faster, output is smaller, it’s taken a ‘zero config’ approach, and way more. - https://goo.gl/QSW6FR

#webpack
webpack 4.0 Released

A significant release for the popular module and asset bundler brings significantly increased performance and new ‘development’ and ‘production’ modes with pre-defined settings. - https://goo.gl/1D3SZH

#webpack #released
A tale of Webpack 4 and how to finally configure it in the right way - https://goo.gl/zB13q8

#webpack
Vue.js and Webpack 4 From Scratch

A walkthrough of creating a Webpack 4 build for a Vue.js “Hello World” application including linting, testing, and hot module reloading. - http://bit.ly/2qDoDWu

#vue #webpack
webpack 4.6 Released with Prefetch/Preload Support

Preloading can bring down the number of round-trips needed to load a page, while prefetching can speed up future navigations. Here’s how it works. - http://bit.ly/2vV8PnU

#webpack
Code Splitting Pattern With Vuejs & Webpack

The initial request of a Vue single-page app can be slow if you retrieve the whole JavaScript and CSS. Code splitting, a technique made possible with Webpack, can distribute code across page loads to improve a site’s UX. - http://bit.ly/2OM7AwH

#vue #webpack