Skip to content

Details

Hang out and network with other area developers. Our October 2016 WWT Meetup will be hosted by ten24 at their offices across from the Worcester Common. Their development team will discuss webpack for bundling modules in Typescript.

This talk as well as pizza, beer and soda are all freely provided for attendees thanks to the generosity of our sponsor ten24 ( http://www.ten24web.com/ ).

Intro to webpack:

The main value you receive from using webpack is improved performance of your code. webpack bundles JavaScript files for web browsers to make pages load quickly. webpack is also used for transforming and packaging of web assets.

webpack reduces the size of JavaScript files by deduplicating and minifying code. It also makes JS cache friendly for further performance gains.

Get webpack and try it out:

http://webpack.github.io/docs/tutorials/getting-started/

Try Typescript:

https://www.typescriptlang.org/docs/tutorial.html

Related topics

You may also like