The @nordcraft/ssr package provides the server-side logic required by the Nordcraft framework. It is primarily used for server-side rendering (SSR) of Nordcraft pages, managing project bundling, and resolving references within formulas and actions.
Key capabilities include:
- Server-Side Rendering (SSR): Rendering Nordcraft pages on the server to improve initial load performance and SEO.
- Reference Resolution: Finding and resolving references within formulas and actions.
- Project Bundling: Splitting projects into granular bundles, typically following a pattern of one bundle per page or component.