website
website copied to clipboard
Update react-starter template with latest library versions. Use functional component over class based component.
The idea here is to just keep the react-starter template up to date with the latest library versions and the current "preferred" way to develop react components, using functional components and hooks over class based components and state.