- With Edge Runtime 🔥
- With async component
- With async component that fetch data at server-side
- With true isomorphic async component that can hydrate async data 🔥
- With true isomorphic async component in Edge Runtime 🔥
Install Vercel CLI
npm i -g vercel
Then run local dev server
vercel dev
Now you can make some changes in components/my-component.mjs
- api/index.mjs — Server-side endpoint function
- includes/head.html — Inner
<head>
content - includes/footer.html — Before
</body>
content - includes/importmap.json — Import map for builder-less modules