lucacasonato / dext.ts

The Preact Framework for Deno
https://deno.land/x/dext
MIT License
241 stars 8 forks source link

Add getServerSideData build hook #10

Open lucacasonato opened 4 years ago

lucacasonato commented 4 years ago

The getServerSideProps is used to enable dynamic server side rendering. On initial request to the server, the page should be pre-rendered, and on client navigation the data should be fetched from the server, and rendered on the client.