Podcast
Questions and Answers
Which frameworks does SST support for building serverless apps?
Which frameworks does SST support for building serverless apps?
- Vue
- React
- Next.js (correct)
- Angular
What can you add as backend features to your serverless app using SST?
What can you add as backend features to your serverless app using SST?
- CSS styles
- Unit tests
- APIs (correct)
- Frontend components
Which SST site should you use if you are building a Svelte app?
Which SST site should you use if you are building a Svelte app?
- AstroSite
- NextjsSite
- SvelteKitSite (correct)
- RemixSite
What type of sites can be deployed using the StaticSite in SST?
What type of sites can be deployed using the StaticSite in SST?
Can you only define frontend features in code using SST?
Can you only define frontend features in code using SST?