Vinay Sagar Sharma
Vinay Sagar Sharma
`const { Component } = React const { render } = ReactDOM class App extends Component { render () { return ( ) } } render(, document.querySelector("#main"))` If you run...
`this.handleChange = this.handleChange.bind(null)` This will solve you this issue.
Okkay I got it .
There should be a video on the Official website of Hacktoberfest defining how to participate in Hactoberfest 2018 and win a free T-shirt by making 5 pull requests.
@jjgao Hello Mentor. This is Vinay Sagar Sharma, currently doing my B.tech in Computer Science Engineering from Shri Mata Vaishno Devi University, Katra, India. I am interested to participate in...
In your search_bar.js you should do this class SearchBar extends React.Component { render() { return ; } }
Do you install npm dependencies seperately before running `npm start` in your terminal.
You can try these commands `$ npm install -g npm-check-updates $ ncu -u $ npm install `
try using this {} brackets instead of using ().
You must try installing the latest version of npm and node.js installed in your terminal.