Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Rapid prototyping with Relay
Search
Ville Immonen
November 03, 2015
Programming
2
210
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
560
GraphQL: A Developer-friendly Interface to Data
fson
2
550
Other Decks in Programming
See All in Programming
Building AI Agents with TypeScript #TSKaigiHokuriku
izumin5210
6
1.3k
新卒エンジニアのプルリクエスト with AI駆動
fukunaga2025
0
210
251126 TestState APIってなんだっけ?Step Functionsテストどう変わる?
east_takumi
0
310
AIエージェントを活かすPM術 AI駆動開発の現場から
gyuta
0
400
20 years of Symfony, what's next?
fabpot
2
350
sbt 2
xuwei_k
0
290
CSC509 Lecture 14
javiergs
PRO
0
220
Rediscover the Console - SymfonyCon Amsterdam 2025
chalasr
2
160
モデル駆動設計をやってみようワークショップ開催報告(Modeling Forum2025) / model driven design workshop report
haru860
0
270
AIコードレビューがチームの"文脈"を 読めるようになるまで
marutaku
0
350
Tinkerbellから学ぶ、Podで DHCPをリッスンする手法
tomokon
0
130
React Native New Architecture 移行実践報告
taminif
1
150
Featured
See All Featured
Embracing the Ebb and Flow
colly
88
4.9k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.2k
Code Reviewing Like a Champion
maltzj
527
40k
The Pragmatic Product Professional
lauravandoore
37
7.1k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.4k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.8k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.2k
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