HTML5DevConf

The US version of the

Web Konferencia

Venue

Talks

1#

Instead of Sass use PostCSS


Instead of CoffeScript use babel

2#

performance Object

store the results in Influx (0.9)

3#

Hurraay React!

KVO + Object.observe :(

React Canvas
 

4#

ES 6 AST
ESquery    O.o
It is 20 minutes to create your own =>

 

5#

You type to much

Ask Judik David about his stack

 

6#

My talk


Next time more slides

SFHTML5 meetup

Venue

Talks

1#

Paul Fucking Irish

RAIL
Response - Animation - Idle - Load

2-4#

AMP

<html ⚡>
async 3rd party
viewport and font optimalization

ES Discuss

Curry

 const add = a => b => a + b; 

Named =>

just use variables

||=

.=

someFunc(a, ...b, c)

 function f1(...a, b, c)

f1(1) // ([], 1, undefined) or ([], undefined, 1)

 

 function f2(...a, b="default")   f2(1) // ([], 1) or ([1], "default") 

https://github.com/tc39/ecma262

Made with Slides.com