$30 off During Our Annual Pro Sale. View Details »
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
React
Search
NearMeの技術発表資料です
PRO
September 20, 2024
2
40
React
NearMeの技術発表資料です
PRO
September 20, 2024
Tweet
Share
More Decks by NearMeの技術発表資料です
See All by NearMeの技術発表資料です
リファクタリングのための第一歩
nearme_tech
PRO
0
23
ガウス過程回帰とベイズ最適化
nearme_tech
PRO
1
62
確率的プログラミング入門
nearme_tech
PRO
2
56
Observability and OpenTelemetry
nearme_tech
PRO
2
33
観察研究における因果推論
nearme_tech
PRO
1
83
Architecture Decision Record (ADR)
nearme_tech
PRO
1
850
遺伝的アルゴリズムを実装する
nearme_tech
PRO
1
57
Fractional Derivative!
nearme_tech
PRO
1
42
GitHub Projectsにおける チケットの ステータス更新自動化について
nearme_tech
PRO
1
69
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
73
9.1k
The Cult of Friendly URLs
andyhume
78
6.1k
Optimizing for Happiness
mojombo
376
70k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
110
49k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.3k
A Philosophy of Restraint
colly
203
16k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Docker and Python
trallard
41
3.1k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
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