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
React Nativeでtwitterアプリを作ってみよう!#6 ツイート機能を作ってみよう
Search
Kosaku Kurino
September 22, 2020
Programming
0
240
React Nativeでtwitterアプリを作ってみよう!#6 ツイート機能を作ってみよう
Kosaku Kurino
September 22, 2020
Tweet
Share
More Decks by Kosaku Kurino
See All by Kosaku Kurino
React Nativeでtwitterアプリを作ってみよう!#7 タイムライン機能を作ってみよう 練習編
gorori
0
500
React Nativeでtwitterアプリを作ってみよう!#5 プロフィール機能を作ってみよう フロントエンド後編
gorori
0
220
React Nativeでtwitterアプリを作ってみよう!#4 プロフィール機能を作ってみよう フロントエンド前編
gorori
0
230
React Nativeでtwitterアプリを作ってみよう!#2 ログイン機能を作ってみよう フロントエンド編
gorori
0
250
React Nativeでtwitterアプリを作ってみよう!#2 ログイン機能を作ってみよう バックエンド編
gorori
0
300
React Nativeでtwitterアプリを作ってみよう!#1 React Nativeを触ってみよう
gorori
0
280
Other Decks in Programming
See All in Programming
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1.1k
PipeCDのプラグイン化で目指すところ
warashi
1
220
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
0
100
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
120
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
0
220
Is Xcode slowly dying out in 2025?
uetyo
1
240
Discover Metal 4
rei315
2
100
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
110
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
エンジニア向け採用ピッチ資料
inusan
0
170
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
240
ソフトウェア品質を数字で捉える技術。事業成長を支えるシステム品質の マネジメント
takuya542
0
240
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
337
57k
4 Signs Your Business is Dying
shpigford
184
22k
Code Reviewing Like a Champion
maltzj
524
40k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Into the Great Unknown - MozCon
thekraken
39
1.9k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
How GitHub (no longer) Works
holman
314
140k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Transcript
React Native で twitter アプリを作ってみよう! #6 ツイート機能を作ろう by @morioka_yuichi 2020/09/23
ツイート機能を作ろう React Native で twitter アプリを作ってみよう! #6 DB 設計 users
tweets ゴロリ モーリー hello Yeah ユーザーに紐付けておく事で、セキュリティーをかけやすくなる。
ハンズオンの流れ Lesson0 ツイート機能のアーキテクチャについて Lesson1 ツイートするロジックを作ろう Lesson2 ツイートする画⾯を作ろう ツイート機能を作ろう React Native
で twitter アプリを作ってみよう! #6
Lesson0 ツイート機能のアーキテクチャについて ハンズオン後半の「タイムラインを作ろう」で実装予定 5 minutes tweet data read tweet data
write ツイート機能を作ろう React Native で twitter アプリを作ってみよう! #6 tweet list 作成 ツイートに成功したら 発⽕させる
3 minutes アプリ起動 $ yarn start // アプリ起動 // コードを取得
& インストール $ git clone https://github.com/tabikaeru/twitter-handson-expo.git $ yarn $ cd twitter-handson-expo ツイート機能を作ろう React Native で twitter アプリを作ってみよう! #6
15 minutes Lesson1 ツイートするロジックを作ってみよう https://studio.gorori.jp/docs/twitter_handson_create_tweet1 ツイート機能を作ろう React Native で twitter
アプリを作ってみよう! #6
15 minutes Lesson2 ツイートする画⾯を作ってみよう https://studio.gorori.jp/docs/twitter_handson_create_tweet2 ツイート機能を作ろう React Native で twitter
アプリを作ってみよう! #6
次回まで ツイート機能を作ろう React Native で twitter アプリを作ってみよう! #6 画像もツイートできるようにしてみよう ※前回のハンズオンをなぞるだけなので簡単なはず!
宿題
質問があれば https://studio.gorori.jp/forums への投稿 もしくは twitter の DM で 雑談タイム ツイート機能を作ろう
React Native で twitter アプリを作ってみよう! #6
https://studio.gorori.jp End ツイート機能を作ろう React Native で twitter アプリを作ってみよう! #6