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
75
React
NearMeの技術発表資料です
PRO
September 20, 2024
Tweet
Share
More Decks by NearMeの技術発表資料です
See All by NearMeの技術発表資料です
強化学習アルゴリズムPPOの改善案を考えてみた
nearme_tech
PRO
0
3
Apple Containerについて調べて触ってみた
nearme_tech
PRO
0
62
Rust 並列強化学習
nearme_tech
PRO
0
21
並列で⽣成AIにコーディングをやらせる
nearme_tech
PRO
1
140
希望休勤務を考慮したシフト作成
nearme_tech
PRO
0
36
Hub Labeling による高速経路探索
nearme_tech
PRO
0
93
Build an AI agent with Mastra
nearme_tech
PRO
0
78
Rustで強化学習アルゴリズムを実装する vol3
nearme_tech
PRO
0
44
Webアプリケーションにおけるクラスの設計再入門
nearme_tech
PRO
1
110
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Being A Developer After 40
akosma
90
590k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Bash Introduction
62gerente
614
210k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Designing for Performance
lara
610
69k
Docker and Python
trallard
45
3.5k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
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