Fuaran.UI.Renderer.Server 0.18.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Fuaran.UI.Renderer.Server --version 0.18.0
                    
NuGet\Install-Package Fuaran.UI.Renderer.Server -Version 0.18.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fuaran.UI.Renderer.Server" Version="0.18.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fuaran.UI.Renderer.Server" Version="0.18.0" />
                    
Directory.Packages.props
<PackageReference Include="Fuaran.UI.Renderer.Server" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fuaran.UI.Renderer.Server --version 0.18.0
                    
#r "nuget: Fuaran.UI.Renderer.Server, 0.18.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Fuaran.UI.Renderer.Server@0.18.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fuaran.UI.Renderer.Server&version=0.18.0
                    
Install as a Cake Addin
#tool nuget:?package=Fuaran.UI.Renderer.Server&version=0.18.0
                    
Install as a Cake Tool

Fuaran.UI.Renderer.Server

The server-side renderer for the Fuaran UI language. Turns a Node<'Msg> tree into an HTML string on plain .NET — no React, no Fable — via Feliz.ViewEngine, so a Giraffe / ASP.NET host can server-render Fuaran chrome for SEO surfaces with no client-runtime requirement and no visual degradation.

The emitted class names + ARIA attributes match the Feliz client renderer (Fuaran.UI.Renderer) for the same tree — the load-bearing parity property, locked by the conformance corpus. The class-name vocabulary, accessibility projection, sanitize, binding resolution, and locale formatting all come from the shared Fuaran.UI.Renderer.Core spine, so the two renderers cannot drift on those axes.

Usage

open Fuaran.UI.Renderer
open Fuaran.UI.Renderer.Server

// Body-fragment HTML (the host owns <html>/<head>/meta/CSS):
let html = Render.render BindingResolver.empty tree

// With the Theme :root variable block prepended:
let withTheme = Render.renderWithTheme Defaults.theme BindingResolver.empty tree

// Or compose into a host's own ViewEngine document:
let element = Render.renderToElement BindingResolver.empty tree

Server semantics

See fuaran-dotnet/docs/SSR.md for the full per-kind behaviour table. In brief: no runtime / no dispatch (Action-bearing nodes render inert; a Link is the crawlable no-JS path); the resolved/loaded StateBehaviour branch renders by default; client-library visualisations (Chart / Map / DataGrid) render deterministic placeholders for later hydration; Markdown renders real HTML via Markdig. The host owns the document shell + serving the reference CSS.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Fuaran.UI.Renderer.Server:

Package Downloads
Fuaran.UI.Giraffe

Fuaran SSR host-integration adapter for Giraffe / ASP.NET (Phase 162). Turns "render this Node tree as a crawlable page" into one HttpHandler call: a typed DocumentShell (title / meta / canonical / OG+Twitter / JSON-LD / stylesheet+script refs) composed around the body fragment Renderer.Server emits, plus a deterministic strong-ETag/304 + render-cache seam (IFuaranRenderCache) for high-fan-out SEO surfaces. Giraffe is isolated to this package — the language tier and Renderer.Server stay Giraffe-free. Apache-2.0 licensed.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.35.0 75 8/24/2026
0.32.0 85 8/23/2026
0.31.0 100 8/21/2026
0.30.0 95 8/21/2026
0.29.0 90 8/19/2026
0.28.0 103 8/18/2026
0.27.0 102 8/18/2026
0.26.0 99 8/18/2026
0.18.0 106 8/10/2026
0.15.0 100 8/9/2026
0.12.0 118 7/31/2026
0.11.0 102 7/30/2026
0.10.0 152 7/29/2026
0.6.0 118 7/27/2026
0.4.0 112 7/26/2026
0.3.0 119 7/24/2026