강의

멘토링

커뮤니티

BEST
Programming

/

Front-end

Practical React Programming

[Practical React Programming] Direct lecture from the author of the book! You can learn everything from the basics of React to practical usage.

(4.5) 수강평 100개

강의소개.상단개요.수강생.short

난이도 중급이상

수강기한 무제한

  • landvibe
React
React
Redux
Redux
React
React
Redux
Redux

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

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

4.5

5.0

정용주

30% 수강 후 작성

This course cured my incontinence. I am happy that I no longer have to wear diapers while coding.

5.0

noAD

100% 수강 후 작성

It's awesome. The best lecture for practitioners who are curious about the principles to use React well!!

5.0

조건희

40% 수강 후 작성

Ah, I've taken countless lectures so far, but there's never been an instructor who explained things I've been curious about in such a refreshing way... This is a really good lecture... The lecture isn't long, but I'm watching it for about 30 minutes from the beginning to understand the basics and fundamental concepts... kekekeke ㅎㅎ I haven't watched it all yet, but the quality is amazing!

강의상세_배울수있는것_타이틀

  • React Basics and Usage

  • How to use React in real-world situations

  • Redux Basics and Advanced Usage

Directly from the author! Learn the latest React.
Learn everything from the basics to practical application.

[Practical React Programming] Revised Edition
A lecture based on this! 📖

This lecture is based on the React book published in July 2020.
To keep up with the latest trends in rapidly evolving web technologies, keeping your course materials up to date is paramount.
Learn React with the revised edition of [Practical React Programming], which focuses on React Hooks!

▲ If you are curious about the revised edition of <Practical React Programming>, please click on the book image.

What you will learn in this course ✏️

The contents of the book covered in this lecture are as follows.

  • Chapter 1: Starting a React Project
  • Chapter 3: Understanding Important but Confusing React Concepts
  • Chapter 4: Practical Uses of React
  • Chapter 6: Managing State with Redux
  • And two projects that aren't in the book!

Project 1: Creating a 2048 Game 🕹️

Let's create a 2048 game using only React.
You can learn how to use useState and useEffect, which are core features of React.

▲ A 2048 game made purely with React.

Project 2: Creating a Service to Find a Manager 🔍

Let's create a service that finds a person in charge using collective intelligence.
We provide convenient editing features so that everyone can easily edit information.
While creating this service, I learned about the authentication processing method on the front end,
Learn how to write API communication code using redux and redux-saga.

▲ Find a person in charge service

Online practice code provided ⚡

You can check out almost all the code used in the lecture in our online IDE (CodeSandbox)!
Please refer to the links at the bottom of each lecture screen.
I expect that it will be a great help in learning because you can directly modify the code online and check the results.
>> Sample Link <<

Expected Questions Q&A 🙋🏻‍♂️

Q. Can non-majors also take the course?
A. If you have no programming experience, you should learn JavaScript first.
If you have an understanding of one or more programming languages, not necessarily JavaScript, you will be able to understand this course.

Q. Are there any special advantages to this course?
A. As this is a book-based course, we provide a well-structured curriculum.
Plus, it includes two hands-on projects not found in the book.

Q. What program do you use in this course?
A. The main packages used in this course are as follows:
react, create-react-app, react-router-dom, redux, redux-saga, antd, axios
And for IDE, I recommend vscode.

Q. The book also covers TypeScript and Next.js, right?
A. There is too much content in the book to fit into a single lecture, so I plan to produce the lectures in separate parts.
So I'm thinking of making separate courses for TypeScript and Next.js.

Q. Do you support subtitles?
A. Subtitles are supported for all videos except Project 2.

Q. Do I need to buy the book?
A. No, I organized it so that you can understand it even without the book.
Only those who wish to study Typescript, Next.js, Webpack/Babel, etc. need to purchase this.

View other lectures 📚

Current lecture on practical React programming
Author's lecture, the latest trend in web technology, React
Practical JavaScript
Learn core concepts in JavaScript using the latest syntax.
Getting Started with TypeScript
TypeScript, from basics to advanced features

강의소개.콘텐츠.추천문구

학습 대상은 누구일까요?

  • Working developers who want to learn React

  • For those who have used React but are still confused

선수 지식, 필요할까요?

  • HTML

  • CSS

  • JAVASCRIPT

강의소개.지공자소개

2,008

수강생

152

수강평

307

답변

4.7

강의 평점

2

강의_other

- Author of [Practical React Programming]

- react contributor (PR link)

- Presented [React: I'll Even Decide That for You] at the if kakao 2019 conference

- Currently developing KakaoPage Global Web

커리큘럼

전체

53개 ∙ (강의상세_런타임_시간 강의상세_런타임_분)

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

수강평

전체

100개

4.5

100개의 수강평

  • ffffgggggffff1145님의 프로필 이미지
    ffffgggggffff1145

    수강평 1

    평균 평점 5.0

    5

    30% 수강 후 작성

    This course cured my incontinence. I am happy that I no longer have to wear diapers while coding.

    • ds2lvg0300님의 프로필 이미지
      ds2lvg0300

      수강평 6

      평균 평점 4.3

      5

      100% 수강 후 작성

      It's awesome. The best lecture for practitioners who are curious about the principles to use React well!!

      • ghc95071006님의 프로필 이미지
        ghc95071006

        수강평 1

        평균 평점 5.0

        5

        40% 수강 후 작성

        Ah, I've taken countless lectures so far, but there's never been an instructor who explained things I've been curious about in such a refreshing way... This is a really good lecture... The lecture isn't long, but I'm watching it for about 30 minutes from the beginning to understand the basics and fundamental concepts... kekekeke ㅎㅎ I haven't watched it all yet, but the quality is amazing!

        • viveloper님의 프로필 이미지
          viveloper

          수강평 13

          평균 평점 4.7

          5

          75% 수강 후 작성

          I think this is a very effective lecture for those who think they are somewhat familiar with using React. I realized that just because you use it habitually doesn't mean you know it well. It was very helpful!

          • dgf58203305님의 프로필 이미지
            dgf58203305

            수강평 1

            평균 평점 5.0

            5

            91% 수강 후 작성

            This is such a great lecture... I've only listened to up to Lesson 16, but I'm so grateful that you explain each and every concept I want!

            landvibe님의 다른 강의

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

            비슷한 강의

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