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
530
React Nativeでtwitterアプリを作ってみよう!#5 プロフィール機能を作ってみよう フロントエンド後編
gorori
0
230
React Nativeでtwitterアプリを作ってみよう!#4 プロフィール機能を作ってみよう フロントエンド前編
gorori
0
250
React Nativeでtwitterアプリを作ってみよう!#2 ログイン機能を作ってみよう フロントエンド編
gorori
0
260
React Nativeでtwitterアプリを作ってみよう!#2 ログイン機能を作ってみよう バックエンド編
gorori
0
310
React Nativeでtwitterアプリを作ってみよう!#1 React Nativeを触ってみよう
gorori
0
290
Other Decks in Programming
See All in Programming
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
220
15年目のiOSアプリを1から作り直す技術
teakun
1
620
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
210
Docコメントで始める簡単ガードレール
keisukeikeda
1
110
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
210
Claude Code Skill入門
mayahoney
0
150
Windows on Ryzen and I
seosoft
0
230
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
170
AHC061解説
shun_pi
0
350
猫の手も借りたい!ので AIエージェント猫を作って社内に放した話 Claude Code × Container Lambda の Slack Bot "DevNeko"
naramomi7
0
260
今更考える「単一責任原則」 / Thinking about the Single Responsibility Principle
tooppoo
3
1.6k
CSC307 Lecture 14
javiergs
PRO
0
470
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Designing for Performance
lara
611
70k
Thoughts on Productivity
jonyablonski
75
5.1k
Six Lessons from altMBA
skipperchong
29
4.2k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
What does AI have to do with Human Rights?
axbom
PRO
1
2k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
630
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
Faster Mobile Websites
deanohume
310
31k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
49
9.9k
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
760
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