What Does This Guide Cover?

From @jayair on Mon Apr 10 2017 00:55:38 GMT+0000 (UTC)

Link to chapter - http://serverless-stack.com/chapters/what-does-this-guide-cover.html

Copied from original issue: https://github.com/AnomalyInnovations/serverless-stack-com/issues/9

Speaking of this guide about technologies and services.
We must need Strip and Seed?

We use the free plans for all the services we list, so you should simply be able to sign up for them. For Stripe, we use it as an example for working with 3rd party APIs. And Seed for deployments, though you could replace Seed with something like Circle CI.

Oh, just this is a sample, I understood.

Thanks for the great tutorial!

It seems strange that deployment of frontend and backend are handled separately. In the end these are all AWS resources.

1 Like

Yeah we kept it separate so that people that might connect a mobile app as a client can still use the tutorial.

Have you guys thought of replacing CRA & React Router with Next.js?

Hello,

Great guide so far! I would like suggest to add React Native to the Guide.

  1. It is also written in TypeScript / JavaScript
  2. Adding React Native would make the guide cover all platforms.