how to render a react component using ReactDOM Render
You are calling ReactDOM.render within a React component that doesn’t get rendered. Call ReactDOM render outside of the class definition for help To render your button to the screen: That’s it. To avoid confusion should try and give your components meaningful names. Naming both of them Help can get confusing when you are trying to import one … Read more