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
200
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
550
GraphQL: A Developer-friendly Interface to Data
fson
2
530
Other Decks in Programming
See All in Programming
チームリードになって変わったこと
isaka1022
0
190
自分ひとりから始められる生産性向上の取り組み #でぃーぷらすオオサカ
irof
8
2.6k
『GO』アプリ バックエンドサーバのコスト削減
mot_techtalk
0
130
テストをしないQAエンジニアは何をしているか?
nealle
0
130
Immutable ActiveRecord
megane42
0
130
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
5
3.8k
TokyoR116_BeginnersSession1_環境構築
kotatyamtema
0
110
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
1
170
知られざるDMMデータエンジニアの生態 〜かつてツチノコと呼ばれし者〜
takaha4k
4
1.3k
バックエンドのためのアプリ内課金入門 (サブスク編)
qnighy
8
1.7k
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
110
ARA Ansible for the teams
kksat
0
150
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
How to train your dragon (web standard)
notwaldorf
90
5.8k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
Adopting Sorbet at Scale
ufuk
74
9.2k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
99
18k
Being A Developer After 40
akosma
89
590k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
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