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
Search
NearMeの技術発表資料です
PRO
September 20, 2024
2
67
React
NearMeの技術発表資料です
PRO
September 20, 2024
Tweet
Share
More Decks by NearMeの技術発表資料です
See All by NearMeの技術発表資料です
Rustで強化学習アルゴリズムを実装する vol3
nearme_tech
PRO
0
8
Webアプリケーションにおけるクラスの設計再入門
nearme_tech
PRO
1
40
AIエージェント for 予約フォーム
nearme_tech
PRO
2
100
ULID生成速度を40倍にしたった
nearme_tech
PRO
2
34
Amazon AuroraとMongoDBの アーキテクチャを比較してみたら 結構違った件について
nearme_tech
PRO
0
16
GitHub Custom Actionのレシピ
nearme_tech
PRO
0
9
RustでDeepQNetworkを実装する
nearme_tech
PRO
1
13
より良い解に辿り着くカギ-近傍設定の重要性
nearme_tech
PRO
0
80
ルートの質を評価する指標について
nearme_tech
PRO
0
21
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Designing Experiences People Love
moore
142
24k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
RailsConf 2023
tenderlove
30
1.1k
Site-Speed That Sticks
csswizardry
6
540
YesSQL, Process and Tooling at Scale
rocio
172
14k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
Fireside Chat
paigeccino
37
3.4k
GitHub's CSS Performance
jonrohan
1031
460k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
Speed Design
sergeychernyshev
29
940
Transcript
0 React 2024-09-20 第104回NearMe技術勉強会 Mingfang Xu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 React Virtual DOM Components How to use 1. Nesting
2. Props to pass data for single page applications How to write 1. class/function 2. return JSX How to manage 1. State Management Tools (Context API, Redux, Recoil) 2. Hooks (useState, useEffect, useRef, useMemo…) Summing up:
17 Reference 1. https://react.dev/learn 2. https://zerotomastery.io/cheatsheets/react-cheat-sheet/
18 Thank you