Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 730 Bytes

PRESENTATION.md

File metadata and controls

30 lines (17 loc) · 730 Bytes

Rapid and Solid Application Prototyping
with Elm and Web Components

Tadeusz Łazurski ...but you can call me Tad https://www.lazurski.pl/ https://GitHub.com/lzrski @lzrski

Why Elm + Web Components

  • Build shiny crap fast.

    Web Components encapsulate a lot of state and style - things that usually take a lot of development effort to make reasonably well.

  • Refactor into stainless steel swiss watch of a web application.

    Refactoring Elm code is a very pleasant experience.

Agenda

  1. Setup project

  2. Write simplest Elm program

  3. Build some static UI with Polymer web components

    ⏰ we will probably run out of time here.

  4. Make our app interactive

  5. Discussion?