A Svelte 3 server side render example, with hashed JS and CSS chunks
This article is about an example of server-side rendering in Svelte 3, using hashed JavaScript and CSS chunks. It utilizes Rollup and the rollup-plugin-css-chunks. The article provides installation and usage instructions, as well as information about passing props in the URL or via a POST request. It also mentions environment variables and licenses.
To install the theme, follow these steps:
npm install
npm run build
npm run start
This article provides an example of server-side rendering in Svelte 3, demonstrating the use of hashed JavaScript and CSS chunks. The example uses Rollup and the rollup-plugin-css-chunks for the build process. It also includes instructions for installation and usage, as well as information about passing props in the URL or via a POST request. Overall, this example showcases how to improve performance and initial loading speed with server-side rendering in Svelte 3.