Use React and serverless to create a simple click counter app

In this example we will look at how to use React.js with a serverless API to create a simple click counter app. We’ll be using the Serverless Stack Framework (SST) and the sst.StaticSite construct to deploy our app to AWS S3 and CloudFront. Read more

Similar