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
230
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
500
React Nativeでtwitterアプリを作ってみよう!#6 ツイート機能を作ってみよう
gorori
0
240
React Nativeでtwitterアプリを作ってみよう!#5 プロフィール機能を作ってみよう フロントエンド後編
gorori
0
220
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
A2A プロトコルを試してみる
azukiazusa1
2
1.3k
XP, Testing and ninja testing
m_seki
3
220
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
150
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1.1k
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
110
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
160
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
340
GraphRAGの仕組みまるわかり
tosuri13
8
500
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
250
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
530
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
620
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
380
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
What's in a price? How to price your products and services
michaelherold
246
12k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Why Our Code Smells
bkeepers
PRO
337
57k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Designing for humans not robots
tammielis
253
25k
VelocityConf: Rendering Performance Case Studies
addyosmani
331
24k
Embracing the Ebb and Flow
colly
86
4.7k
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