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
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
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.8k
コーディングは技術者(エンジニア)の嗜みでして / Learning the System Development Mindset from Rock Lady
mackey0225
2
560
TanStack DB ~状態管理の新しい考え方~
bmthd
2
290
あのころの iPod を どうにか再生させたい
orumin
2
2.5k
#QiitaBash TDDで(自分の)開発がどう変わったか
ryosukedtomita
1
380
CEDEC 2025 『ゲームにおけるリアルタイム通信への QUIC導入事例の紹介』
segadevtech
3
960
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
1
260
Claude Codeで実装以外の開発フロー、どこまで自動化できるか?失敗と成功
ndadayo
2
760
バイブコーディングの正体——AIエージェントはソフトウェア開発を変えるか?
stakaya
5
1k
Dart 参戦!!静的型付き言語界の隠れた実力者
kno3a87
0
200
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
900
Terraform やるなら公式スタイルガイドを読もう 〜重要項目 10選〜
hiyanger
13
3.2k
Featured
See All Featured
Writing Fast Ruby
sferik
628
62k
Navigating Team Friction
lara
188
15k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.5k
Documentation Writing (for coders)
carmenintech
73
5k
Practical Orchestrator
shlominoach
190
11k
The Invisible Side of Design
smashingmag
301
51k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
A Modern Web Designer's Workflow
chriscoyier
695
190k
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