๋ฐ˜์‘ํ˜•

๋ฆฌ์•กํŠธ ๊ณต๋ถ€ 2

[Modern React] section1 : Let's Dive in!

1. How to Get Help pass 2. Join Our Community! done 3. Course Resourse pass 4. Let's Build an App! ์–ด๋–ป๊ฒŒ ๋ฆฌ์•กํŠธ๋ฅผ ๋นจ๋ฆฌ ๋ฐฐ์› ์„๊นŒ๋ผ๋Š” ์งˆ๋ฌธ์„ ๋งŽ์ด ๋ฐ›์Šต๋‹ˆ๋‹ค. ์ด ์งˆ๋ฌธ์— ๋‹ตํ•  ์ˆ˜ ์žˆ๋Š” ๋Œ€๋‹ต์€ ๋”ฑ ํ•œ๊ฐ€์ง€์ž…๋‹ˆ๋‹ค. You have to write code and you have to work on projects 5. Critical Questions 1. What's React All about? ๋ฆฌ์•กํŠธ๋Š” (1) HTML์„ ๋ณด์—ฌ์ฃผ๊ฑฐ๋‚˜ (2) ์‚ฌ์šฉ์ž๊ฐ€ ๋ฌด์–ธ๊ฐ€๋ฅผ ํ•  ๋•Œ, HTML์ด ๋ณ€ํ•œ๋‹ค. 6. A Few More Critical Questions 2. How does a React app start up? 1. All of your p..

Framework/React 2023.01.08

[React ์™„๋ฒฝ ๊ฐ€์ด๋“œ] section 9 : ํ”„๋ž˜๊ทธ๋จผํŠธ ์ž‘์—…, Portals & "Refs"

์ด ๊ธ€์€ udemy์˜ React ์™„๋ฒฝ ๊ฐ€์ด๋“œ with Redux, Next.js, TypeScript ๊ฐ•์ขŒ๋ฅผ ๋ฐ”ํƒ•์œผ๋กœ ์ •๋ฆฌํ•œ ๋‚ด์šฉ์ž…๋‹ˆ๋‹ค. 108. ๋ชจ๋“ˆ ์†Œ๊ฐœ JSX Limitations & Fragments Getting a Cleaner DOM with Portals Working with Refs 109. JSX ์ œํ•œ ์‚ฌํ•ญ ๋ฐ ํ•ด๊ฒฐ ๋ฐฉ๋ฒ• ๋ฐ˜ํ™˜ํ•˜๊ฑฐ๋‚˜ ์ƒ์ˆ˜์— ์ €์žฅํ•˜๋Š” ๊ฐ’์€ ํ•˜๋‚˜์—ฌ์•ผ ํ•œ๋‹ค. 1. div tag ์‚ฌ์šฉํ•˜๊ธฐ return ( {error && ( )} Username Age (Years) Add User 2. ๋„ค์ดํ‹ฐ๋ธŒ JS array ์‚ฌ์šฉํ•˜๊ธฐ return [ error && ( ), Username Age (Years) Add User , ]; → ๋ฐฐ์—ด์„ ๋ฐ˜ํ™˜ํ•  ์ˆ˜ ์žˆ๋Š” ์ด์œ ๋Š” ๋ฆฌ์•กํŠธ JSX ์š”..

๋ฐ˜์‘ํ˜•