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
78
React
NearMeの技術発表資料です
PRO
September 20, 2024
Tweet
Share
More Decks by NearMeの技術発表資料です
See All by NearMeの技術発表資料です
LlamaIndex Workflow: Build Practical AI Agents Fast
nearme_tech
PRO
0
5
Box-Muller法
nearme_tech
PRO
1
17
Kiro触ってみた
nearme_tech
PRO
0
52
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
4
380
ReactNative のアップグレード作業が (意外に)楽しかった話
nearme_tech
PRO
2
96
強化学習アルゴリズムPPOの改善案を考えてみた
nearme_tech
PRO
0
35
Apple Containerについて調べて触ってみた
nearme_tech
PRO
0
450
Rust 並列強化学習
nearme_tech
PRO
0
33
並列で⽣成AIにコーディングをやらせる
nearme_tech
PRO
1
230
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Balancing Empowerment & Direction
lara
5
700
Gamification - CAS2011
davidbonilla
81
5.5k
How to Ace a Technical Interview
jacobian
280
24k
Agile that works and the tools we love
rasmusluckow
331
21k
Git: the NoSQL Database
bkeepers
PRO
431
66k
YesSQL, Process and Tooling at Scale
rocio
173
15k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Six Lessons from altMBA
skipperchong
29
4k
GraphQLとの向き合い方2022年版
quramy
49
14k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
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