모두다하자

세미나과정

요약
강의목차
리뷰

These days there are lot of programing languages to learn and front-end developing has been in the next level these days.

Today under Programming course we are providing React.js course.

React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library[3] for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies.[4][5][6] React can be used as a base in the development of single-page or mobile applications. However, React is only concerned with state management and rendering that state to the DOM, so creating React applications usually requires the use of additional libraries for routing, as well as certain client-side functionality.[7]

The following is a rudimentary example of React usage in HTML with JSX and JavaScript.

<div id="myReactApp"></div>

<script type="text/babel">

function Greeter(props) {

return <h1>{props.greeting}</h1>;

}

let App = <Greeter greeting="Hello World!" />;

ReactDOM.render(App, document.getElementById('myReactApp'));

</script>

The Greeter function is a React component that accepts a property greeting. The variable App is an instance of the Greeter component where the greeting property is set to ‘Hello World!’. The ReactDOM.render method then renders our Greeter component inside the DOM element with id myReactApp.

When displayed in a web browser the result will be

<div id="myReactApp">

<h1>Hello World!</h1>

</div>

강의목차

  • 5 편
  • 9 수업
  • 1 테스트
  • 9h 20m
보기
Introduction to React
3 수업0 테스트
  1. 1주차
  2. Node.js and NPM
  3. Introduction to React
React Router and Single Page Applications
2 수업0 테스트
  1. Lesson on React Components
  2. Lesson on React Router
React Forms, Flow Architecture and Introduction to Redux
3 수업0 테스트
  1. Lesson on React Forms
  2. Flow Architecture
  3. Introduction to Redux
More Redux and Client-Server Communication
1 수업0 테스트
  1. Client Server Communication
Quiz
0 수업1 테스트
  1. Programming quiz
0 out of 5

0 리뷰글

×

Free Lesson Videos:

결제정보 및 환불정보

환불

총 수강시간 기준

수강시작 전 전액환불

진도률 33% 이전 수강비 2/3 환불

진도률 50% 이전 수강비 1/2 환불

진도률 50% 이후 환불불가

세미나과정

애견미용전문가 과정

9h 20m
0 Students
전문가과정
Last Updated: May 1, 2024
강좌 안내
    • 교수 정수진

    • 신청기간 상시모집

    • 차시 5주 과정

    • 수업방식 100%온라인강의

    • 시험 온라인시험

    • 합격기준 성적 60점이상

무료
수강시작

Retake Course

Are you sure you want to retake the course? This action will permanently delete all your progress in this course.

Related Courses

기초실무자과정

  • 교수 정수진

  • 신청기간 상시모집

  • 차시 5주 과정

9h 30m
2
7

창업자과정

  • 교수 정수진

  • 신청기간 상시모집

  • 차시 5주 과정

7h 20m
0
7

기초라이브커머스

    • 교수 정수진

    • 신청기간 상시모집

    • 차시 5주 과정

5h 10m
0
9

Deleting Course Review

Are you sure? You can't restore this back

Course Access

This course is password protected. To access it please enter your password below: