Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ember.js in the Year 2020
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Ricardo Mendes
October 12, 2017
Technology
1
710
Ember.js in the Year 2020
Keynote at EmberFest 2017.
Ricardo Mendes
October 12, 2017
Tweet
Share
More Decks by Ricardo Mendes
See All by Ricardo Mendes
Thriving through the hype cycle: an Emberjs story
locks
0
150
State of Ember.js - This.JS 2018-02-22
locks
0
470
State of Ember.js
locks
1
580
Ember.js: More than the sum of its parts
locks
0
240
Single Page Applications com Ember.js
locks
0
100
Glimmer.js <3 Ember.js
locks
0
220
EmberConf 2016 Lightning Talk
locks
1
200
Interfaces e Design, Primeiro Trabalho
locks
1
54
HTML5 Web Socket, Comet, Reverse-Ajax Techniques
locks
3
240
Other Decks in Technology
See All in Technology
来期の評価で変えようと思っていること 〜AI時代に変わること・変わらないこと〜
estie
0
110
How to install a gem
indirect
0
1.7k
AgentCoreとLINEを使った飲食店おすすめアプリを作ってみた
yakumo
2
260
ハーネスエンジニアリング×AI適応開発
aictokamiya
1
350
AIエージェント時代に必要な オペレーションマネージャーのロールとは
kentarofujii
0
160
大規模ECサイトのあるバッチのパフォーマンスを改善するために僕たちのチームがしてきたこと
panda_program
1
400
スケールアップ企業でQA組織が機能し続けるための組織設計と仕組み〜ボトムアップとトップダウンを両輪としたアプローチ〜
qa
0
350
Laravelで学ぶOAuthとOpenID Connectの基礎と実装
kyoshidaxx
4
1.9k
Kubernetesの「隠れメモリ消費」によるNode共倒れと、Request適正化という処方箋
g0xu
0
150
DDD×仕様駆動で回す高品質開発のプロセス設計
littlehands
6
2.6k
Phase01_AI座学_基礎
overflowinc
0
4.4k
Zephyr(RTOS)でOpenPLCを実装してみた
iotengineer22
0
130
Featured
See All Featured
How to Ace a Technical Interview
jacobian
281
24k
How to Think Like a Performance Engineer
csswizardry
28
2.5k
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
93
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
250
Bash Introduction
62gerente
615
210k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.2k
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.2k
エンジニアに許された特別な時間の終わり
watany
106
240k
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
160
Git: the NoSQL Database
bkeepers
PRO
432
67k
Transcript
Ember.js in the year 2020
twitter.com/locks Core Team Learning Team Ricardo Mendes github.com/locks
locks is our 24h Slack bot - Tom Dale
None
marvin visions www.readvisions.com/marvin
Ember Fest 2017
Ember Fest 2017 /code-of-conduct
Em ber • past • present • future
• Ember.js 2.16 • Ember.js 3.0 • <GlimmerComponents /> Releases
Em ber • past • present • future
Em ber • past • present • future
stability stagnation without
2.15 - Router Service
2.16 - Modules API
Em ber • past • present • future
Em ber • past • present • future
community The Ember.js Times *this list is not exhaustive
community
communication
Glimmer.js
Em ber • past • present • future
• past • present • future Em ber
Sdk for the web
The road to ember 3.0
Status Board • Router Service • Modules API • @ember/string
• Router Service • Module Unification • Ember.js + Glimmer.js • Code Splitting
import Component from '@ember/component'; Modules API yarn global add
[email protected]
ember new my-application
@ember/string
ES Classes
Module Unification
<CapitalComponents /> Glimmer.js ember new --blueprint @glimmer/blueprint bundle compiler binary
vm and more *https://github.com/glimmerjs/glimmer-blueprint/pull/66
Status Board • Router Service • Modules API • @ember/string
• Router Service • Module Unification • Ember.js + Glimmer.js • Code Splitting • Testing • Svelte • ember npm package
more… • Guides • Tutorials • Ember CLI Addon Docs
• Text editor integrations • https://www.youtube.com/watch?v=W5T8DUWqOxk
Routable Components
Routable Components
Obrigado