Making re-useable component
I am fairly new to ReactJS
I got a navbar, and I'm trying to make the buttons for it from React so I'll be able to achieve SPA. I am trying to create 1 button class with a constructor so I'll be able to do it for all my buttons.
This is what I'm tryi...