Hello, trying out Serverless Stack for the first t...
# guide
ö
Hello, trying out Serverless Stack for the first time, and enjoy reading the GUIDE ( https://serverless-stack.com/chapters/what-does-this-guide-cover.html ) :
We think this will give you a good foundation on building full-stack production ready serverless applications. If there are any other concepts or technologies you’d like us to cover, feel free to let us know on our forums.
I would like to add a suggestion on that that adding a React Native project as well would be great, so that the guide really becomes truly full stack application that covers all platforms. React Native would be a good choice, as it is written in JavaScript as well and built on top of React. And the guide really seems exciting and very detailed (unlike most tutorials on the Web). Great job!
f
Hey @Ömer Toraman, thanks for the kind words!
I like the React Native idea, what do you think @Jay?
ö
I would like to add two points here: 1. Sentry has a great support for monitoring errors with React Native, considering the fact that we are setting Sentry for the React app in the guide. 2.
aws-amplify
package is also used for React Native, and sometimes can be confusing when you don’t provision your resources using
amplify cli
, and thus that would be great to show how you can set up
aws-amplify
for a custom backend created with
sst
--- Flutter is also a popular choice for hybrid (both in iOS and Android) mobile application development, however, it is written in
Dart
, so I guess React Native is a better option here as it is written in TypeScript / JavaScript.
j
Yeah it’s great idea. It’s definitely something we want to do.