talks

JS Talk July 2017

A talk I gave in July 2017 about modern JavaScript programming. The first half is a series of slides demonstrating new language features in ES2015 and later standards, and how to use tools like Webpack, Babel and polyfills to make them available. The second half is a live-coding exercise in which I build a simple weather report app with React while explaining VDOM, presentational vs. container components, and other basics of writing vanilla React code.

View slides

Finished code

Concepts mentioned in the talk

Further reading

How to run and modify the example app

From this directory

$ cd code
$ npm i
$ ./node_modules/.bin/webpack-dev-server