Skip to content

0.11.0

Latest

Choose a tag to compare

@riktar riktar released this 29 Jan 13:42
· 19 commits to main since this release

feat: add SSR plugin and tests for server-side rendering capabilities

  • Implemented ssrPlugin for Fastify to enable server-side rendering with Vite.
  • Created tests for ssrPlugin to ensure proper registration and functionality.
  • Added SsrRouter and SsrService with corresponding tests for routing and rendering.
  • Included TypeScript configuration and build setup for SSR package.
  • Documented SSR usage and configuration in the website documentation.