Back to Webfundamentals

Dart for the Modern Web Developer {: .page-title }

src/content/en/shows/cds/2013/dart-for-the-modern-web-developer.md

0.31.1 KB
Original Source

project_path: /web/_project.yaml book_path: /web/shows/_book.yaml description: Watch Dart co-founder Kasper Lund explain how the dart2js compiler performs local and global optimizations to emit fast and semantically correct JavaScript code. With tree shaking, type inference, and minification, Dart can help you optimize your web app.

{# wf_updated_on: 2015-02-23 #} {# wf_published_on: 2015-02-23 #} {# wf_youtube_id: FqsU3TbUw_s #}

Dart for the Modern Web Developer {: .page-title }

<div class="video-wrapper"> <iframe class="devsite-embedded-youtube-video" data-video-id="FqsU3TbUw_s" data-autohide="1" data-showinfo="0" frameborder="0" allowfullscreen> </iframe> </div>

Dart compiles to JavaScript, sometimes generating code that's faster than hand-written JavaScript. Watch Dart co-founder Kasper Lund explain how the dart2js compiler performs local and global optimizations to emit fast and semantically correct JavaScript code. With tree shaking, type inference, and minification, Dart can help you optimize your web app.

Slides: Dart