DEV Community

Discussion on: JAMStack, but you need an API anyway? Which hosting to choose?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

It's just a fully managed Docker runner. Not sure if I will be as performant as fully static hosting on a [PUT_YOUR_CLOUD_HERE] Storage, or using CDN?

Collapse
 
souksyp profile image
Souk Syp.

Okay maybe Vercel Server Pre Rendering is what you need...
vercel.com/blog/serverless-pre-ren...

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt

Can I use a full REST API, or do I have to use their serverless functions (which IMO is very very easier to use than Netlify)?

Thread Thread
 
souksyp profile image
Souk Syp.

I think you can use any endpoints. They use Notion api for querying documents in their example.
I am happy with Vercel with my WIP sapper ecommerce site.