Upgrade to Pro — share decks privately, control downloads, hide ads and more …

사내 첫 리액트 주니어 개발자의 생존기

Avatar for gonasooc gonasooc
September 09, 2024

사내 첫 리액트 주니어 개발자의 생존기

FEconf 2024 Lightning Talk

Avatar for gonasooc

gonasooc

September 09, 2024
Tweet

Other Decks in Programming

Transcript

  1. 최관수 블렌딩 개발팀 gonasooc 블렌딩 Frontend Developer Mubeat Live 등

    웹 개발에 참여하고 있습니다. 사용자에게 어떤 경험을 줄 수 있을지 고민하고, 보편적이고 보통사람들을 위한 서비스 개발을 꿈꾸고 있습니다.
  2. What I thought 리액트 프레임워크, 빌드 도구 CSS 프레임워크, 컨벤션

    전역 상태 관리 폴더 구조, 컴포넌트 패턴
  3. 📦 src ┣ 📂 assets ┃ ┗ 📂 fonts ┃

    ┃ ┣ 📂 gmarketsans ┃ ┃ ┗ 📂 pretendard ┣ 📂 components ┃ ┣ 📂 Auth ┃ ┣ 📂 Button ┃ ┣ 📂 Card ┃ ┣ 📂 Carousel ┃ ┣ 📂 Common ┃ ┣ 📂 Dialog ┃ ┣ 📂 Footer ┃ ┣ 📂 Header ┃ ┣ 📂 Input ┃ ┣ 📂 Modal ┃ ┣ 📂 Payment ┃ ┣ 📂 ProductDetail ┃ ┣ 📂 TermsNPrivacy ┃ ┗ 📂 Video ┣ 📂 constants ┣ 📂 data ┣ 📂 hooks ┣ 📂 locales ┣ 📂 pages ┣ 📂 recoil ┣ 📂 routes ┣ 📂 styles ┣ 📂 utils ┣ 📂 webviews ┣ 📜 App.jsx ┣ 📜 index.js