Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 982 Bytes

Renderer.md

File metadata and controls

21 lines (18 loc) · 982 Bytes
title noteRendererChangesPost15 category
Renderer
true
Infusion

The Infusion Framework includes a client-side Renderer that allows users to create user interface templates in pure HTML, and render the pages entirely on the client side. The Renderer offers a clean separation of Model and View: it works with internal Renderer Component Trees that are independent of the mark-up, supporting the Infusion goal of markup agnosticism.

This page provides resources to help you learn about the Renderer and how to use it.