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
how ember data makes life easier
Search
anbykova
February 21, 2021
Programming
0
29
how ember data makes life easier
anbykova
February 21, 2021
Tweet
Share
More Decks by anbykova
See All by anbykova
Onboarding. Помоги своему коллеге заранее
anbykova
0
94
Other Decks in Programming
See All in Programming
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
170
レベル1の開発生産性向上に取り組む − 日々の作業の効率化・自動化を通じた改善活動
kesoji
0
240
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
290
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
780
生成AI時代のコンポーネントライブラリの作り方
touyou
1
250
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
210
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
12k
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
440
AIともっと楽するE2Eテスト
myohei
7
2.8k
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
20
8.2k
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
160
PipeCDのプラグイン化で目指すところ
warashi
1
280
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
140
7k
Designing for humans not robots
tammielis
253
25k
How GitHub (no longer) Works
holman
314
140k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Rails Girls Zürich Keynote
gr2m
95
14k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Music & Morning Musume
bryan
46
6.6k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Transcript
Как ember data облегчает жизнь 1
Немного обо мне Анастасия Быкова 4 года в WEB
2 года с Ember WEB, котейки, батуты bykovkatykovka bykovkatykovka 2
Ах, какая архитектура Adapter Model Serializer 3
@hasMany('rewards/coupon', { async: true }) coupons; 4
response.links = { coupons: '/users/v1/discounts' }; 5
{{#each this.account.coupons as |coupon|}} {{log coupon}} {{/each}} 6
this.store.query('rewards/coupon', {}); Мне загружать модель аккаунта если мне нужны купоны?
7
Ссылки https://guides.emberjs.com/release/models/ https://www.toptal.com/emberjs/a-thorough- guide-to-ember-data https://speakerdeck.com/anbykova/how- ember-data-makes-life-easier 8
Что загуглить Ember Ember Data ORM Ember Data async Ember
Data belongsTo Ember Data hasMany 9
Спасибо! bykovkatykovka bykovkatykovka 10