Google News
logo
ReactJS - Quiz(MCQ)
If you want to import just the Component from the React library, what syntax do you use?
A)
import React.Component from 'react'
B)
import [ Component ] from 'react'
C)
import Component from 'react'
D)
import { Component } from 'react'

Correct Answer :   import { Component } from 'react'