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
190
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
540
GraphQL: A Developer-friendly Interface to Data
fson
2
510
Other Decks in Programming
See All in Programming
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
150
Jakarta EE meets AI
ivargrimstad
0
630
Better Code Design in PHP
afilina
PRO
0
130
LLM生成文章の精度評価自動化とプロンプトチューニングの効率化について
layerx
PRO
2
190
ローコードSaaSのUXを向上させるためのTypeScript
taro28
1
610
タクシーアプリ『GO』のリアルタイムデータ分析基盤における機械学習サービスの活用
mot_techtalk
4
1.4k
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
100
役立つログに取り組もう
irof
28
9.6k
macOS でできる リアルタイム動画像処理
biacco42
9
2.4k
subpath importsで始めるモック生活
10tera
0
300
Amazon Bedrock Agentsを用いてアプリ開発してみた!
har1101
0
340
OnlineTestConf: Test Automation Friend or Foe
maaretp
0
110
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
327
21k
Producing Creativity
orderedlist
PRO
341
39k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
506
140k
The Cult of Friendly URLs
andyhume
78
6k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Optimizing for Happiness
mojombo
376
70k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Automating Front-end Workflow
addyosmani
1366
200k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
Designing Experiences People Love
moore
138
23k
How to Ace a Technical Interview
jacobian
276
23k
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