Jay

Results 856 comments of Jay

FWIW, we looked at this problem while using Create React App with a serverless backend in SST: https://github.com/serverless-stack/serverless-stack Here's roughly how we solved it: 1. On the backend, allow defining...

Hi there, do you mind expanding on what you mean?

We moved to Discord recently: https://discord.gg/sst

Yeah this is definitely something we want to do. Just haven't found the time to do it. Hoping somebody is willing to contribute!

@esbenvb It looks like CloudFormation has added support for this over the last few weeks. This means that this chapter that follows later in the tutorial is not necessary anymore...

@esbenvb It's what comes ahead in the tutorial. You were probably testing it with the app from the first part of the tutorial. Here is the changeset for the frontend...

@zwik That is interesting. I think the easiest way here might to edit `apig-test` to add the code block you have in there. It should be pretty straightforward. For example,...

Yup our next major revision will be using Hooks.

Good point. I need to make this change in the repo as well. And I'll merge them together.

Hi there, so we do have a section on using S3 for hosting your React app. But with the `serverless-s3-sync` plugin, you would have to put your React code in...