In this tutorial will teach the basic Exercise of React.
Display the Hello world in the Browser. how to write the application. Open the App.js file
App.js
1 2 3 4 5 6 7 | function App() { return ( <div>Hello World</div> ); } export default App; |
it will display the output as Hello World
i have attached the video link below. which will do this tutorials step by step