I am an Angular Developer and new to React , This is simple react Component but not working
import react , { Component} from \'react\'; import { re
For those who still don't get the accepted solution :
Add
import React from 'react' import ReactDOM from 'react-dom'
at the top of the file.