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
Kosaku Kurino
September 30, 2020
Programming
0
500
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
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
AIコーディング道場勉強会#2 君(エンジニア)たちはどう生きるか
misakiotb
1
270
エラーって何種類あるの?
kajitack
5
320
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
110
Is Xcode slowly dying out in 2025?
uetyo
1
240
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
20
3.8k
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
110
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
240
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
460
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
480
PicoRuby on Rails
makicamel
2
110
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
270
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
150
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
42
7.6k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Facilitating Awesome Meetings
lara
54
6.4k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Six Lessons from altMBA
skipperchong
28
3.9k
GitHub's CSS Performance
jonrohan
1031
460k
Statistics for Hackers
jakevdp
799
220k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Rails Girls Zürich Keynote
gr2m
94
14k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
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