Fuaran.UI.Renderer.Server
0.10.0
Prefix Reserved
See the version list below for details.
dotnet add package Fuaran.UI.Renderer.Server --version 0.10.0
NuGet\Install-Package Fuaran.UI.Renderer.Server -Version 0.10.0
<PackageReference Include="Fuaran.UI.Renderer.Server" Version="0.10.0" />
<PackageVersion Include="Fuaran.UI.Renderer.Server" Version="0.10.0" />
<PackageReference Include="Fuaran.UI.Renderer.Server" />
paket add Fuaran.UI.Renderer.Server --version 0.10.0
#r "nuget: Fuaran.UI.Renderer.Server, 0.10.0"
#:package Fuaran.UI.Renderer.Server@0.10.0
#addin nuget:?package=Fuaran.UI.Renderer.Server&version=0.10.0
#tool nuget:?package=Fuaran.UI.Renderer.Server&version=0.10.0
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 | Versions 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. |
-
net10.0
- Fable.Core (>= 5.0.0)
- Feliz.ViewEngine (>= 1.0.3)
- FSharp.Core (>= 10.1.300)
- Fuaran.Core.Column (>= 0.2.0)
- Fuaran.Core.DataFrame (>= 0.2.0)
- Fuaran.Core.Function (>= 0.2.0)
- Fuaran.Core.Ops (>= 0.2.0)
- Fuaran.Core.OpStream (>= 0.2.0)
- Fuaran.Core.Tree (>= 0.2.0)
- Fuaran.Core.Validator (>= 0.2.0)
- Fuaran.Core.Wire (>= 0.2.0)
- Fuaran.UI (>= 0.10.0)
- Fuaran.UI.Charts (>= 0.10.0)
- Fuaran.UI.OpStream.Abstractions (>= 0.10.0)
- Fuaran.UI.Renderer.Core (>= 0.10.0)
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 |