Framework/React ์™„๋ฒฝ ๊ฐ€์ด๋“œ

[React ์™„๋ฒฝ ๊ฐ€์ด๋“œ] section 1: ์‹œ์ž‘ํ•˜๊ธฐ

yuri lee 2022. 9. 5. 22:22
๋ฐ˜์‘ํ˜•
์ด ๊ธ€์€ udemy์˜ React ์™„๋ฒฝ ๊ฐ€์ด๋“œ with Redux, Next.js, TypeScript ๊ฐ•์ขŒ๋ฅผ ๋ฐ”ํƒ•์œผ๋กœ ์ •๋ฆฌํ•œ ๋‚ด์šฉ์ž…๋‹ˆ๋‹ค.

2.react.js๋ž€?

react? 

  • ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋กœ ์‚ฌ์šฉ์ž ์ธํ„ฐํŽ˜์ด์Šค๋ฅผ ๋งŒ๋“œ๋Š” ๋ฐ ์‚ฌ์šฉ๋œ๋‹ค.

์ „ํ†ต์ ์ธ ์›น ์‚ฌ์ดํŠธ

  • ๋งํฌ๋‚˜ ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜๋ฉด ๊ทธ ์š”์ฒญ์ด ์„œ๋ฒ„์— ์ „์†ก๋˜๊ณ  ์ƒˆ๋กœ์šด html ํŽ˜์ด์ง€๊ฐ€ ๋ธŒ๋ผ์šฐ์ €๋กœ ๋ณด๋‚ด์ ธ ํ™”๋ฉด์— ๋ณด์—ฌ์ง„๋‹ค.
  • ๋ฌด๊ฒ๊ณ  ๋ถˆํŽธํ•˜๊ฒŒ ๋Š๊ปด์ง„๋‹ค. 

javascript

  • DOM์ด๋ผ๊ณ  ๋ถˆ๋ฆฌ๋Š” ๊ฒƒ์„ ์กฐ์ž‘ํ•  ์ˆ˜ ์žˆ๊ณ , ์ด๋ฅผ ํ†ตํ•ด html์˜ ์š”์†Œ๋“ค์ด ํ™”๋ฉด์— ๋ Œ๋”๋ง ๋œ๋‹ค.
  • DOM์„ JavaScript ๋ฅผ ํ†ตํ•ด ์กฐ์ž‘ํ•  ์ˆ˜ ์žˆ๊ณ , ์ƒˆ๋กœ์šด Html ํŽ˜์ด์ง€๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ์•Š๊ณ ๋„ ์‚ฌ์šฉ์ž๋“ค์ด ๋ณด๋Š” ๊ฒƒ๋“ค์„ ๋ณ€๊ฒฝํ•  ์ˆ˜ ์žˆ๋‹ค. 

3.์™œ "JavaScript" ๋Œ€์‹  ๋ฆฌ์•กํŠธ ์ผ๊นŒ์š”?

  • A client-side JavaScript library
  • All about building modern, reactive user interfaces for the web
  • Declarative, component-focused approach

4. ๋ฆฌ์•กํŠธ๋กœ ๋‹จ์ผ ํŽ˜์ด์ง€ ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜(SPA) ๊ตฌ์ถ•ํ•˜๊ธฐ

  • ์„œ๋ฒ„๋กœ๋ถ€ํ„ฐ html ํŒŒ์ผ์„ ๋ฐ›์ง€ ์•Š๊ณ  ์‚ฌ์šฉ์ด ๊ฐ€๋Šฅํ•˜๋‹ค

5. react.js ๋Œ€์•ˆ ํƒ์ƒ‰ํ•˜๊ธฐ(Angular/ Vue)

react.js

  • Learn and focused compoonent-based UI library. Certain features (e.g. routing) are added via community packages.

Angular

  • Complete component-based UI framework, packed with features. Uses TypeScript. Can be overlikk for smaller projects

Vue.js

  • Vue.js is kind of like the mixture of Angular and React
  • Complete component-based UI framework, includes most core features. A bit less popular than React & Angular.

6. Join our Online Learning Community

  • Discord

7. ๊ฐ•์˜ ์†Œ๊ฐœ ๋ฐ ๊ฐ•์˜ ๊ฐœ์š”

Basics & Foundation

Introducing Key Features

  • Components & Building UIs
  • Working with Events & Data: "props" and "state"
  • Styling React Apps & Components
  • Introduction into "React Hooks"

Advanced Concepts

Building for Production

  • Side Effects "Refs" & More React Hooks
  • React's Context API & Redux (Third-party API)
  • Forms, Http Request & "Custom Hooks"
  • Routing, Deployment, Next.js & More

Summaries & Refreshers

Optimizing your Time

  • javaScript Refresher
  • ReactJs Summary

8. ๊ฐ•์˜๋ฅผ ์ˆ˜๊ฐ•ํ•˜๋Š” ๋‘ ๊ฐ€์ง€ ๋ฐฉ๋ฒ•

  1. Standard Approach
  2. Summary Approach

9. ๊ฐ•์˜๋ฅผ ์ตœ๋Œ€ํ•œ ํ™œ์šฉํ•˜๋Š” ๋ฐฉ๋ฒ•

How to Get The Most Out Of the Course

  • Watch the Videos
  • Code Along & Practice
  • Debug Errors & Explore Soulations
  • Help Each Other & Learn Together

10. ๊ฐ•์˜ ๊ฐœ๋ฐœ ํ™˜๊ฒฝ ์„ค์ •(์ฝ”๋“œ ํŽธ์ง‘๊ธฐ)

  • Visual Studio Code (free)
  • prettier
  • Material Icon Theme

https://www.udemy.com/course/best-react/

๋ฐ˜์‘ํ˜•