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

Flow in React and Redux

       We live in the strange time when almost all programming languages are moving towards static type systems. There are some rumors that Python and Ruby are going to become static type. And JavaScript is no exception.

Read more »