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アプリを作ってみよう!#7 タイムライン機能を作って...
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Kosaku Kurino
September 30, 2020
Programming
0
530
React Nativeでtwitterアプリを作ってみよう!#7 タイムライン機能を作ってみよう 練習編
Kosaku Kurino
September 30, 2020
Tweet
Share
More Decks by Kosaku Kurino
See All by Kosaku Kurino
React Nativeでtwitterアプリを作ってみよう!#6 ツイート機能を作ってみよう
gorori
0
240
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
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
350
AHC061解説
shun_pi
0
350
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
140
Codex の「自走力」を高める
yorifuji
0
1.1k
Unity6.3 AudioUpdate
cova8bitdots
0
120
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
170
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
350
今更考える「単一責任原則」 / Thinking about the Single Responsibility Principle
tooppoo
3
1.6k
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
120
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
380
CSC307 Lecture 15
javiergs
PRO
0
240
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
110
Featured
See All Featured
Building the Perfect Custom Keyboard
takai
2
710
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
61
52k
Ruling the World: When Life Gets Gamed
codingconduct
0
170
A Soul's Torment
seathinner
5
2.4k
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
89
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
250
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
190
Transcript
React Native で twitter アプリを作ってみよう! #7 タイムライン機能を作ろう 練習編 by @morioka_yuichi
2020/9/30
タイムライン機能を作ろう 練習編 React Native で twitter アプリを作ってみよう! #7 DB 設計
users tweets ゴロリ モーリー hello Yeah ユーザーに紐付けておく事で、セキュリティーをかけやすくなる。
タイムライン機能を作ろう 練習編 React Native で twitter アプリを作ってみよう! #7 ハンズオンの流れ Lesson0.1
タイムスタンプ追加 Lesson0 ツイート機能のアーキテクチャについて Lesson0.2 ツイート画⾯のバグ修正 Lesson1 ライブラリのインストールする Lesson2 Custom Hooks を作ろう Lesson3 ホーム画⾯ ( タイムライン ) を作ろう Lesson4 ユーザー画⾯を修正しよう Lesson5 ツイート詳細画⾯を作ろう Lesson6 Firestore インデックスの保存
Lesson0 ツイート機能のアーキテクチャについて ハンズオン後半の「タイムラインを作ろう」で実装予定 5 minutes tweet data read tweet data
write tweet list 作成 ツイートに成功したら 発⽕させる タイムライン機能を作ろう 練習編 React Native で twitter アプリを作ってみよう! #7
タイムライン機能を作ろう 練習編 React Native で twitter アプリを作ってみよう! #7 tweets hello
Yeah フォローしてるユーザーの投稿を10件ずつ取りたい! ⾃分の投稿を10件ずつ取りたい! ⼈気投稿を10件ずつ取りたい! いけそう
タイムライン機能を作ろう 練習編 React Native で twitter アプリを作ってみよう! #7 tweets hello
Yeah フォローしてるユーザーの投稿を10件ずつ取りたい! ⾃分の投稿を10件ずつ取りたい! ⼈気投稿を10件ずつ取りたい! いけない 10フォローを超えると破綻 使うレートが2種類を超えると破綻 いける
タイムライン機能を作ろう 練習編 React Native で twitter アプリを作ってみよう! #7 followTweets popularTweets
myTweets hello Yeah hello Yeah hello Yeah フォローしてるユーザーの投稿を10件ずつ取りたい! ⾃分の投稿を10件ずつ取りたい! ⼈気投稿を10件ずつ取りたい! いける
3 minutes アプリ起動 $ yarn start // アプリ起動 // コードを取得
& インストール $ git clone https://github.com/tabikaeru/twitter-handson-expo.git $ yarn $ cd twitter-handson-expo タイムライン機能を作ろう 練習編 React Native で twitter アプリを作ってみよう! #7
10 minutes Lesson0.1 - 0.2 https://studio.gorori.jp/docs/twitter_handson_timeline_practice0 タイムライン機能を作ろう 練習編 React Native
で twitter アプリを作ってみよう! #7
30 minutes Lesson1 - 5 https://studio.gorori.jp/docs/twitter_handson_timeline_practice1 タイムライン機能を作ろう 練習編 React Native
で twitter アプリを作ってみよう! #7
5 minutes Lesson6 https://studio.gorori.jp/docs/twitter_handson_timeline_practice2 タイムライン機能を作ろう 練習編 React Native で twitter
アプリを作ってみよう! #7
DM 機能を追加する時の Firestore の設計をしてみよう ※何パターンか考えて、メリット・デメリットが説明できれば Good 宿題 次回まで タイムライン機能を作ろう 練習編
React Native で twitter アプリを作ってみよう! #7
質問があれば https://studio.gorori.jp/forums への投稿 もしくは twitter の DM で 雑談タイム タイムライン機能を作ろう
練習編 React Native で twitter アプリを作ってみよう! #7
https://studio.gorori.jp End タイムライン機能を作ろう 練習編 React Native で twitter アプリを作ってみよう! #7