강의

멘토링

커뮤니티

Inflearn Community Q&A

dolly98058604's profile image
dolly98058604

asked

React for Anyone: Core React Course for Beginners

Learn JSX basic grammar (ii)

import 질문

Written on

·

276

0

import React from 'react' 와 import React, {Component} from 'react'의 차이가 뭔가요?

reactjavascript

Answer 2

0

클래스 형으로 만들고나서 import react만 쓰면 오류나요 

클래스 형식으로 쓸려면 {Component}를 적어줘야되요

0

import React는 함수형이고요 

{Component} 들어가면 class형이요 

dolly98058604's profile image
dolly98058604

asked

Ask a question