Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // index.js:
- function Navbar() {
- return (
- <h1>This is my awesome navbar!</h1>
- )
- }
- // Places the content in the first argument inside the element given as the second argument.
- ReactDOM.render(<Navbar/>, document.getElementById("root"))
Advertisement
Add Comment
Please, Sign In to add comment