강의

멘토링

로드맵

BEST
개발 · 프로그래밍

/

프론트엔드

React 완벽 마스터: 기초 개념부터 린캔버스 프로젝트까지

React를 처음 배우시나요? 이 강의로 하나로 리액트 기초를 다지고, 린캔버스 프로젝트를 통해 실무 경험을 쌓아보세요. 그러면 자신있게 프론트엔드 개발자로 취업할 수 있어요!

(4.8) 수강평 92개

수강생 657명

  • 짐코딩
이론 실습 모두
프론트엔드개발자
Reactreact-queryreact-routerReact ContextTailwindCSS

먼저 경험한 수강생들의 후기

이런 걸 배울 수 있어요

  • "공식문서 기반"의 리액트 최신 문법 🚀

  • Style 방법 - CSS 모듈, Styled Component, TailwindCSS, MUI 🎨

  • Reducer, Context API, 고급 스킬 등 최신 리액트 스펙 🆙

  • 리액트 성능 최적화 하는 법 🏎️

  • Axios 모듈로 API 네트워크 통신하는 법 🛜

  • 리액트 필수 라이브러리 React Router 🚀

  • 최신 React Query 라이브러리 기초부터 고급 스킬까지 📦

  • Vite 환경변수 설정 및 배포하기 🏠

인프런 수강후기 이벤트 진행중 🎉

안녕하세요! 🙂
React 강의를 수강하고, 특별한 혜택도 받아가세요! 현재 수강후기 이벤트를 진행 중입니다. 🎉
강의를 수강하신 후, 진솔하고 정성 가득한 후기를 작성해주시면 강의 쿠폰 1개를 선물로 드립니다!
(선착순 20명에게만 드리는 한정 혜택이니, 서둘러 참여하세요!)
자세한 내용과 이벤트 참여 방법은 강의 커리큘럼에서 확인하실 수 있습니다! 🔥

React 기초부터 실전 프로젝트: 린캔버스로 배우는 완벽한 리액트 개발

이 강의는 리액트를 처음 접하는 입문자부터 실무에서 활용할 수 있는 고급 스킬까지 폭넓게 다루는 완벽한 리액트 개발 과정입니다. 최신 리액트 스펙을 공식문서 기반으로 컴포넌트 설계, 상태 관리, 성능 최적화 등 핵심 개념을 체계적으로 익힐 수 있습니다. 또한, 단순한 문법 학습에 그치지 않고, 실제 웹 서비스 린캔버스 프로젝트를 통해 실무에 바로 적용 가능한 프로젝트 경험을 쌓을 수 있습니다.

공식문서 기반
최신 리액트 스펙

린캔버스 프로젝트
실전 활용법

총 16시간 분량의
깊이 있는 강의!

이 강의는 리액트를 처음 접하는 분들도 쉽게 이해할 수 있도록 쉽고 명확하게 설명하는 것이 큰 특징입니다. 또한, 16시간 이상의 탄탄한 분량을 자랑하며, 단순히 기초를 배우는 데서 그치지 않고 실전에서 바로 활용 가능한 깊이 있는 지식과 스킬을 제공하는 강의입니다.

공식 문서를 기반으로 최신 리액트 스펙 학습

리액트에서 다양한 CSS 스타일링 방법

Axios를 활용한 서버 API 통신 방법

React Router를 이용한 클라이언트 라우팅

메모이제이션과 React-Query로 성능 최적화된 리액트 웹 구축

Vite 환경에서 리액트 웹의 환경변수 설정 및 배포 방법

학습 내용 - 리액트 기초

리액트 기본 개념부터 JSX 문법, 컴포넌트 구조렌더링 방식을 학습합니다. 또한, State 관리리렌더링 과정을 이해하며, props를 통한 데이터 전달, 이벤트 처리 방법 등을 배울 수 있습니다. Strict 모드와 같은 필수 사항도 다룹니다.

섹션 1. 시작하기 전에

리액트 기본 개념개발환경 구성을 학습하고, 강의의 로드맵과 필요한 교안 및 소스코드를 제공합니다.

섹션 2. 프로젝트 이해하기

프로젝트 생성구조 이해, CSR, SPA 등 리액트의 핵심 개념을 학습합니다.

섹션 3. 컴포넌트 이해하기

컴포넌트의 개념, 분리 기준, 그리고 실습을 통해 컴포넌트를 효과적으로 관리하는 방법을 배웁니다.

섹션 4. JSX 학습

JSX 문법자바스크립트 활용법을 학습하며, 리액트의 기본 구조를 이해합니다.

섹션 5. 컴포넌트 기초

props 전달, 조건부/리스트 렌더링, 이벤트 처리기본 컴포넌트 기능을 익힙니다.

섹션 6. State 기초

State의 개념과 리렌더링 단계, Strict 모드기본 상태 관리 기법을 학습합니다.

학습 내용 - 리액트 심화

고급 상태 관리 기술인 ReducerImmer를 활용한 객체 및 배열 업데이트, useState 심화 기능을 학습합니다. useMemouseCallback을 통한 성능 최적화이벤트 처리, useRef를 사용한 컴포넌트 참조 등을 심화 학습합니다.

섹션 7. State 고급 스킬

Immer객체/배열 업데이트useState의 고급 활용법을 학습합니다.

섹션 8. Reducer로 로직 통합

Reducer상태 관리 로직을 통합하고, Immer를 적용해 코드 간결화를 배웁니다.

섹션 9. 이벤트 심화

리액트 이벤트 객체한글 이슈 처리 등 심화된 이벤트 처리 방법을 학습합니다.

섹션 10. Context API 기초 & 심화

Context API상태 공유 방법을 익히고, Reducer와 결합하여 앱 확장 기술을 학습합니다.

섹션 11. 라이프사이클 & Effect Hook

Hooks라이프사이클, useEffect로 비동기 작업을 처리하는 법을 학습합니다.

섹션 12. useRef Hook

useRef의 기본 및 고급 활용법을 통해 컴포넌트 참조상태 관리를 익힙니다.

섹션 13. 성능 최적화

useMemo, useCallback을 통해 메모이제이션성능 최적화 방법을 배웁니다.

학습 내용 - 린캔버스 프로젝트

린캔버스 프로젝트를 기반으로 실전 웹 개발을 학습합니다. CSS 스타일링, React Router로 클라이언트 라우팅 구현, API 통신, React Query를 통한 데이터 관리, Vite 배포를 포함해 실무 프로젝트 전 과정을 익힙니다.

섹션 14. 웹 프로젝트 시작하기

린캔버스 프로젝트를 생성하고, ESLintPrettier 설정을 통해 코드 스타일을 정리합니다.

섹션 15. 리액트 CSS 스타일링

CSS Modules, Styled Component, TailwindCSS(tailwind-css) 등 다양한 CSS 스타일링 기법을 학습합니다.

섹션 16. [린캔버스] React Router

React Router(react-router)클라이언트 라우팅 구현 방법을 학습합니다.

섹션 17. UI 만들기 (with Tailwind CSS)

UI 컴포넌트 분리TailwindCSS효율적인 UI를 구축하는 방법을 배웁니다.

섹션 18. API Server 통신

json-serverAxiosAPI 통신서버와의 상호작용을 구현합니다

섹션 19. Custom Hooks

Custom Hook을 직접 만들고 활용하는 방법을 학습합니다.

섹션 20. React Query 라이브러리

React Query(react-query)를 사용해 데이터 캐싱상태 관리를 구현하는 방법을 배웁니다.

섹션 21. 환경변수 설정 및 배포

Vercel을 통한 배포Vite 환경변수 설정으로 리액트 앱을 실제 배포하는 방법을 학습합니다.

차별화 된 선수 지식을 참고하세요 💪

HTMLCSS2

1. HTML&CSS 웹 개발 입문 [무료]

HTML과 CSS를 배워서 웹사이트 제작에 필요한 기본 지식을 배울 수 있습니다. 코딩을 처음 접할 때 두려움이 없도록 정말 알기 쉽게 설명한 강의입니다.

자바스크립트,

2. ES6+ 최신 자바스크립트 입문 [무료/유료]

자바스크립트가 쉽다고 하지만 처음 접하시는 분들은 어렵게 느낄 수 밖에 없습니다. 그래서 이번 강의는 코딩에 입문하시는 왕초보 분들을 위해 쉽고! 알찬! 내용을 준비했습니다.

무료 - 유튜브, 유료 - 인프런(프로젝트 포함)

포트폴리오 만들기1

3. 포트폴리오 사이트 만들고 배포까지!

HTML&CSS, 자바스크립트를 배웠다면 이를 활용하여 직접 포트폴리오 사이트를 만들고 배포해 보세요. 실제로 써 보는 것은 우리의 실력을 향상시키는 데 큰 도움이 될 것입니다.

프론트엔드 날개

프론트엔드 날개달기 [무료]

이 강의를 통해 모듈 시스템, Webpack, NPM 등 프론트엔드 개발자가 되기 전에 꼭 알아야할 지식을 탄탄히 다질 수 있습니다.

예상 질문 Q&A

Q) 선수지식이 어떻게 될까요?

HTML, CSS, 자바스크립트 기초만 알고 계셔도 무난하게 수강하실 수 있습니다. 추가로 React, Vue와 같은 프론트엔드 프레임워크를 배우기 위해서는 npm, 모듈 시스템 등 프론트엔드 생태계 기술에 대한 이해가 필요하지만, 강의 중에 이러한 기술들을 충분히 학습할 수 있도록 언급드리기 때문에 걱정하지 않으셔도 되며, 강의를 통해 충분히 따라오실 수 있도록 도와드립니다.

참고로, 이런 이유로 론칭된 강의가 바로 "프론트엔드 날개달기(무료)" 강의입니다! 자세한 내용은 로드맵 참고해주세요 💪

Q) 소스코드가 제공되나요?

네! 소스코드를 설명하는 회차에서 깃헙 주소를 제공해드리며, 깃헙에서 소스코드를 효과적으로 확인하고 활용하는 방법도 자세히 안내해드립니다.

Q) 강의교안이 제공되나요?

네! 강의교안이 제공됩니다!

이런 분들께
추천드려요

학습 대상은
누구일까요?

  • 프론트엔드 개발자 취업을 준비하는 사람!

  • 공식문서를 기반으로 기초부터 탄탄히 다지고 싶은 사람!

  • 리액트를 처음 배우는 초보 개발자!

  • 실무 프로젝트 경험을 쌓고 싶은 리액트 입문자!

선수 지식,
필요할까요?

  • HTML&CSS

  • 자바스크립트

안녕하세요
입니다.

25,123

수강생

1,434

수강평

640

답변

4.9

강의 평점

17

강의

안녕하세요.
코딩 교육 크리에이터 짐코딩 입니다 🙂

유튜브에서 코딩 교육 "짐코딩 GYM CODING"채널을 운영하고 있으며,
인프런 교육 플랫폼에서 프로그래밍 지식을 공유하고 있습니다.

제 강의의 특징은 이제 막 시작하시는 분들을 위하여
설명하고자 할 때는 최대한 쉽게,
알려드리고자 할 때는 최대한 알차게 설명드립니다.

항상 수강생 입장에서 생각하는 코딩 교육 크리에이터가 되겠습니다.
감사합니다.

📨 이메일 bruce.lean17@gmail.com
🏋️‍♀️ 헬스타그램 @helinlee.gram
🧑‍💻 코딩스타그램 @gymcoding

커리큘럼

전체

93개 ∙ (17시간 34분)

해당 강의에서 제공:

수업자료
강의 게시일: 
마지막 업데이트일: 

수강평

전체

92개

4.8

92개의 수강평

  • nathomme9758님의 프로필 이미지
    nathomme9758

    수강평 1

    평균 평점 5.0

    5

    31% 수강 후 작성

    I'm someone who is just starting to grow as a developer. I had to use Vue in practice, and in the process of looking for Inflearn to study, I happened to take Jim Coding's lecture. I've taken other lectures (YouTube, Inflearn, etc.) as well, but I was so satisfied with Jim Coding's neat diction and solid knowledge based on official documentation that I became a person who takes almost all of Jim Coding's lectures, even React. 😊😊 I'm not a front-end developer, but I feel like I've grown a lot thanks to you, so I'm leaving a review. I feel that this React lecture is also very, very good, and I plan to take all the lectures that you launch in the future. Thank you for creating high-quality lectures. I hope that others will also take Jim Coding's other lectures as well as this lecture and grow together. Thank you.

    • gymcoding
      지식공유자

      Hello! Thank you for your valuable feedback! 🥹 I'm so glad to hear that you've been consistently taking my courses, from Vue to React, and that you've grown as a result. It's very rewarding to hear that the official documentation-based approach and explanation style have been helpful! 🎉 I will continue to repay you with high-quality lectures that can be applied directly to practical work. I'll keep cheering you on! Thank you! 💪

  • sanggusseu2599님의 프로필 이미지
    sanggusseu2599

    수강평 7

    평균 평점 5.0

    5

    100% 수강 후 작성

    I am a student who has taken the course from Introduction to Web Development to Mastering React! One-line summary: If other lectures are just coffee, this lecture is T.O.P. 😎 The instructor explains complex concepts easily, and solves the shortcoming of self-study lectures, 'difficulty concentrating on your own' by guiding you to practice directly in between. Every time I hear the words "Stop for a moment and try it first" in the middle of the lecture, the tension that had been loosened returns, and it was a great help in solving problems proactively. In addition, the lecture notes and the code in the GitHub repository are well organized, so it was very easy to follow when errors occurred during practice or when reviewing later. (It must have been hard to organize everything like this, but thanks to you, I was able to focus on the content. 😁) In particular, I was impressed by the fact that you provided various insights so that I could continue to study on my own, not just the lecture content, and that you tried to teach me as much as possible when I saw the additional and reference videos. 🤗🤗

    • gymcoding
      지식공유자

      In this lecture, I tried to control my breathing as much as possible so that students can practice on their own. I am so touched that you understand! I plan to upload additional videos for the React lecture in the future if I have any insights to provide to students. 💪 Thank you ☺️

  • spdhsrnvl123님의 프로필 이미지
    spdhsrnvl123

    수강평 4

    평균 평점 5.0

    5

    31% 수강 후 작성

    I was trying to challenge myself to become a frontend developer again, so I only read official documentation after work, but it was so boring.... But after encountering Teacher Jim Coding, even the difficult parts became so easy to understand, and I think it's really the best lecture 😭😭 I'm planning to take NextJS after finishing React!!! Thank you, Teacher Jim Coding!! 😊

    • kjk12348067144님의 프로필 이미지
      kjk12348067144

      수강평 12

      평균 평점 5.0

      5

      31% 수강 후 작성

      Just because it's taught easily doesn't mean it's taught shallowly, so don't hesitate and buy when the price is low. For beginners or those who have studied but can't find direction, I think you can just invest boldly. While working on a graduation project with Spring boot, what appeared on screen was too absurd, so I started listening (to the lecture), and since the screen looks good and I get immediate visual results, it's really fun!! I listened intensely during the holiday, so much so that I want to take the nest lecture too, out of ambition. I am very satisfied with the quality of the lecture. ((And in the past, when I took other lectures, even when told to read official documents, I didn't read them much because there was too much and it was bothersome, but here, they put all the helpful reference links below, so you can really feel how much effort was put in. 😊..😊))

      • gymcoding
        지식공유자

        Hello, Targetto! Thank you for your valuable course review~! I'm deeply touched that you recognized my effort to teach in a way that's easy yet deep 🥹 I'm glad you're enjoying the fun of seeing results appear immediately on the screen as you transitioned from Spring Boot to React~! I included related links to make it easier for students to learn, and I'm glad to hear you're finding them useful. You'll be able to gain good insights and results in the "Next.js Perfect Master" course as well~! 💪 I will continue to strive to create helpful lectures. Thank you!

    • winzzone2님의 프로필 이미지
      winzzone2

      수강평 5

      평균 평점 5.0

      수정됨

      5

      41% 수강 후 작성

      It varies from person to person, but personally, the lecture style suits me well, so I'm listening to all of the teacher's lectures. Compared to other React lectures, it explains things in more depth and breadth, so I'm enjoying studying! I was especially impressed with the State section that works like a snapshot, and I'm satisfied that you distinguish between JavaScript knowledge and React knowledge, so I can know what knowledge I lack. In the future, it would be great to have lectures using TypeScript or content combined with AI. Please continue to grow and release many good lectures in the future~! (Personally, there aren't many Node lectures in Korea, so I'm cautiously asking if you could release one!) Thank you! I enjoy watching your YouTube channel too~

      • gymcoding
        지식공유자

        Thank you for your valuable feedback! I'm so glad to hear that you enjoyed my teaching style. It's rewarding to see you studying even the in-depth content of React. I put a lot of effort into the concept of State snapshots, so I'm deeply moved that you were touched by it! I will carefully consider creating a Node.js course 🙂 And I'm currently preparing a blog creation course using Next.js + Notion CMS (with Cursor AI), so I'll have good news for you soon. Please look forward to it! 💪 Thank you for continuing to watch my YouTube videos! 💪

    2025 추석맞이 감사할인 중 (2일 남음)

    ₩58

    24%

    ₩99,000

    짐코딩님의 다른 강의

    지식공유자님의 다른 강의를 만나보세요!

    비슷한 강의

    같은 분야의 다른 강의를 만나보세요!