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
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
CSC307 Lecture 15
javiergs
PRO
0
240
How to stabilize UI tests using XCTest
akkeylab
0
110
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
170
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
5
390
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
210
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
350
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
370
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
390
Windows on Ryzen and I
seosoft
0
230
朝日新聞のデジタル版を支えるGoバックエンド ー価値ある情報をいち早く確実にお届けするために
junkiishida
1
780
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
170
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
790
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
210
Unsuck your backbone
ammeep
672
58k
A Modern Web Designer's Workflow
chriscoyier
698
190k
SEO for Brand Visibility & Recognition
aleyda
0
4.3k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.2k
Deep Space Network (abreviated)
tonyrice
0
87
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
670
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
Optimizing for Happiness
mojombo
378
71k
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