Ömer Toraman
10/16/2021, 6:40 PMWe 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!
Frank
Frank
Ömer Toraman
10/16/2021, 11:51 PMaws-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.Jay