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アプリを作ってみよう!#5 プロフィール機能を作って...
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Kosaku Kurino
September 14, 2020
Programming
0
230
React Nativeでtwitterアプリを作ってみよう!#5 プロフィール機能を作ってみよう フロントエンド後編
Kosaku Kurino
September 14, 2020
Tweet
Share
More Decks by Kosaku Kurino
See All by Kosaku Kurino
React Nativeでtwitterアプリを作ってみよう!#7 タイムライン機能を作ってみよう 練習編
gorori
0
530
React Nativeでtwitterアプリを作ってみよう!#6 ツイート機能を作ってみよう
gorori
0
240
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
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
370
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
1.2k
CSC307 Lecture 13
javiergs
PRO
0
320
15年目のiOSアプリを1から作り直す技術
teakun
1
620
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
360
CSC307 Lecture 15
javiergs
PRO
0
240
Claude Codeログ基盤の構築
giginet
PRO
2
720
Windows on Ryzen and I
seosoft
0
230
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
530
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
100
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
240
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
130
Featured
See All Featured
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
120
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Docker and Python
trallard
47
3.8k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
310
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
390
Measuring & Analyzing Core Web Vitals
bluesmoon
9
780
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.4k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
140
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
210
Transcript
React Native で twitter アプリを作ってみよう! #5 プロフィール機能を作ろう フロントエンド後編 by @morioka_yuichi
2020/09/16
プロフィール機能を作ろう フロントエンド 後編 React Native で twitter アプリを作ってみよう! #5 Firebase
Firestore 便利なデータベース collection: フォルダ document: ファイル collectionの中に何かを⼊れることはできるが、documentの中に何かを⼊れることはできない collectionの中にはdocumentのみ、documentの中にはcollectionのみ⼊れることができる
ハンズオンの流れ Lesson0 プロフィール機能のアーキテクチャについて Lesson1 変更するパラメーターを保持しよう Lesson2 プロフィールを変更するロジックを作ってみよう プロフィール機能を作ろう フロントエンド 後編
React Native で twitter アプリを作ってみよう! #5
Lesson0 プロフィール機能のアーキテクチャについて 5 minutes user data read user data write
プロフィール機能を作ろう フロントエンド 後編 React Native で twitter アプリを作ってみよう! #5
3 minutes アプリ起動 $ yarn start // アプリ起動 // コードを取得
& インストール $ git clone https://github.com/tabikaeru/twitter-handson-expo.git $ yarn $ cd twitter-handson-expo プロフィール機能を作ろう フロントエンド 後編 React Native で twitter アプリを作ってみよう! #5
10 minutes Lesson1 変更するパラメーターを保持しよう https://studio.gorori.jp/docs/twitter_handson_store_parameter プロフィール機能を作ろう フロントエンド 後編 React Native
で twitter アプリを作ってみよう! #5
20 minutes Lesson2 プロフィールを変更するロジックを作ってみよう https://studio.gorori.jp/docs/twitter_handson_update_profile_logic プロフィール機能を作ろう フロントエンド 後編 React Native
で twitter アプリを作ってみよう! #5
画像を横幅 1080px にリサイズしてから、保存させるようにしてみよう ※こちらは重要なので、復習コンテンツにて解説を⼊れます。 宿題 次回まで プロフィール機能を作ろう フロントエンド 後編 React
Native で twitter アプリを作ってみよう! #5
質問があれば https://studio.gorori.jp/forums への投稿 もしくは twitter の DM で 雑談タイム プロフィール機能を作ろう
フロントエンド 後編 React Native で twitter アプリを作ってみよう! #5
https://studio.gorori.jp End プロフィール機能を作ろう フロントエンド 後編 React Native で twitter アプリを作ってみよう!
#5