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アプリを作ってみよう!#4 プロフィール機能を作って...
Search
Kosaku Kurino
September 06, 2020
Programming
0
240
React Nativeでtwitterアプリを作ってみよう!#4 プロフィール機能を作ってみよう フロントエンド前編
Kosaku Kurino
September 06, 2020
Tweet
Share
More Decks by Kosaku Kurino
See All by Kosaku Kurino
React Nativeでtwitterアプリを作ってみよう!#7 タイムライン機能を作ってみよう 練習編
gorori
0
510
React Nativeでtwitterアプリを作ってみよう!#6 ツイート機能を作ってみよう
gorori
0
240
React Nativeでtwitterアプリを作ってみよう!#5 プロフィール機能を作ってみよう フロントエンド後編
gorori
0
230
React Nativeでtwitterアプリを作ってみよう!#2 ログイン機能を作ってみよう フロントエンド編
gorori
0
250
React Nativeでtwitterアプリを作ってみよう!#2 ログイン機能を作ってみよう バックエンド編
gorori
0
310
React Nativeでtwitterアプリを作ってみよう!#1 React Nativeを触ってみよう
gorori
0
290
Other Decks in Programming
See All in Programming
Signals & Resource API in Angular: 3 Effective Rules for Your Architecture @BASTA 2025 in Mainz
manfredsteyer
PRO
0
110
CSC509 Lecture 03
javiergs
PRO
0
330
Model Pollution
hschwentner
1
190
CSC305 Lecture 05
javiergs
PRO
0
210
どの様にAIエージェントと 協業すべきだったのか?
takefumiyoshii
2
630
GraphQL×Railsアプリのデータベース負荷分散 - 月間3,000万人利用サービスを無停止で
koxya
1
1.2k
Catch Up: Go Style Guide Update
andpad
0
210
CSC305 Lecture 03
javiergs
PRO
0
240
株式会社 Sun terras カンパニーデック
sunterras
0
260
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
0
410
エンジニアとして高みを目指す、 利益を生み出す設計の考え方 / design-for-profit
minodriven
24
12k
CSC305 Lecture 02
javiergs
PRO
1
260
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Thoughts on Productivity
jonyablonski
70
4.9k
Faster Mobile Websites
deanohume
310
31k
The Invisible Side of Design
smashingmag
301
51k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
850
Making the Leap to Tech Lead
cromwellryan
135
9.6k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
4 Signs Your Business is Dying
shpigford
185
22k
Transcript
React Native で twitter アプリを作ってみよう! #4 プロフィール機能を作ろう フロントエンド前編 by @morioka_yuichi
2020/09/09
プロフィール機能を作ろう フロントエンド 前編 React Native で twitter アプリを作ってみよう! #4 Firebase
Firestore 便利なデータベース collection: フォルダ document: ファイル collectionの中に何かを⼊れることはできるが、documentの中に何かを⼊れることはできない
ハンズオンの流れ Lesson0 プロフィール機能のアーキテクチャについて Lesson0.1 ナビゲーションのバグを直そう Lesson0.2 VSCode の設定ファイルを追加しよう Lesson1 プロフィール画⾯を作ろう
Lesson2 プロフィール変更画⾯を作ろう プロフィール機能を作ろう フロントエンド 前編 React Native で twitter アプリを作ってみよう! #4
Lesson0 プロフィール機能のアーキテクチャについて 5 minutes user data read user data write
プロフィール機能を作ろう フロントエンド 前編 React Native で twitter アプリを作ってみよう! #4
5 minutes Lesson0.1 ナビゲーションのバグを直そう $ yarn start // アプリ起動 //
コードを取得 & インストール $ git clone https://github.com/tabikaeru/twitter-handson-expo.git $ yarn $ cd twitter-handson-expo プロフィール機能を作ろう フロントエンド 前編 React Native で twitter アプリを作ってみよう! #4
Lesson0.2 VSCode の設定ファイルを追加しよう 5 minutes プロフィール機能を作ろう フロントエンド 前編 React Native
で twitter アプリを作ってみよう! #4 $ yarn start // アプリ起動 // コードを取得 & インストール $ git clone https://github.com/tabikaeru/twitter-handson-expo.git $ yarn $ cd twitter-handson-expo
15 minutes プロフィール機能を作ろう フロントエンド 前編 React Native で twitter アプリを作ってみよう!
#4 Lesson1 プロフィール画⾯を作ろう https://studio.gorori.jp/docs/twitter_handson_profile
15 minutes プロフィール機能を作ろう フロントエンド 前編 React Native で twitter アプリを作ってみよう!
#4 Lesson2 プロフィール変更画⾯を作ろう https://studio.gorori.jp/docs/twitter_handson_update_profile
userID(uid ではないよ ) とカバー写真も選択・⼊⼒できるようにしてみよう 宿題 次回まで プロフィール機能を作ろう フロントエンド 前編 React
Native で twitter アプリを作ってみよう! #4
質問があれば https://studio.gorori.jp/forums への投稿 もしくは twitter の DM で 雑談タイム プロフィール機能を作ろう
フロントエンド 前編 React Native で twitter アプリを作ってみよう! #4
https://studio.gorori.jp End プロフィール機能を作ろう フロントエンド 前編 React Native で twitter アプリを作ってみよう!
#4