serverless-components / website

:zap: Instantly deploy static website on serverless infrastructure with zero configuration using Serverless Components.
https://serverless.com
Apache License 2.0
155 stars 49 forks source link

Update react-starter template with latest library versions. Use functional component over class based component. #74

Open Cameron-C-Chapman opened 3 years ago

Cameron-C-Chapman commented 3 years ago

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.