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
Rapid prototyping with Relay
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Ville Immonen
November 03, 2015
Programming
2
220
Rapid prototyping with Relay
Lightning talk at Reactive 2015
Ville Immonen
November 03, 2015
Tweet
Share
More Decks by Ville Immonen
See All by Ville Immonen
Building Blocks for Product Development
fson
4
570
GraphQL: A Developer-friendly Interface to Data
fson
2
560
Other Decks in Programming
See All in Programming
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
200
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
100
あなたはユーザーではない #PdENight
kajitack
4
290
24時間止められないシステムを守る-医療ITにおけるランサムウェア対策の実際
koukimiura
2
180
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
180
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
310
AIに仕事を丸投げしたら、本当に楽になれるのか
dip_tech
PRO
0
170
CSC307 Lecture 11
javiergs
PRO
0
580
ふん…おもしれぇ Parser。RubyKaigi 行ってやるぜ
aki_pin0
0
120
浮動小数の比較について
kishikawakatsumi
0
360
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
190
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
13
7.4k
Featured
See All Featured
Fireside Chat
paigeccino
41
3.8k
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
130
Raft: Consensus for Rubyists
vanstee
141
7.3k
Into the Great Unknown - MozCon
thekraken
40
2.3k
It's Worth the Effort
3n
188
29k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
The Curious Case for Waylosing
cassininazir
0
260
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
62
50k
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
Accessibility Awareness
sabderemane
0
71
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
380
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
Transcript
Rapid Rapid Prototyping Prototyping with Relay with Relay Ville Immonen
Ville Immonen Co-founder, Reindex Co-founder, Reindex @VilleImmonen @VilleImmonen
None
None
None
None
None
None
Build fast Build fast
Change without Change without breaking things breaking things
npm install reindex-cli
[ { "name": "Group", "kind": "OBJECT", "interfaces": [ "Node" ],
"fields": [ { "name": "id", "type": "ID", "nonNull": true }, { "name": "name", "type": "String" }, { "name": "events", "type": "Connection", "ofType": "Event", "reverseName": "group" } ] }, ...
> reindex schema-push Reading schema from ./ReindexSchema.json... Requesting migration from
API... Migrations: [DONE] create new type Comment [DONE] create new type Event [DONE] create new type Group [DONE] create new type Member [DONE] create new type Picture [DONE] create new type RSVP Successfully migrated!
https:/ /github.com/dzannotti/reactive2015 https:/ /github.com/dzannotti/reactive2015
@reindexio www.reindex.io