Skip to content

cloak-labs/render-blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Render Blocks

A framework-agnostic, isomorphic library for rendering a dynamic array of objects, which we call blocks.

How can a renderer be framework-agnostic? You provide the render function. You can use React, Vue, Svelte, whatever you want! @kaelan/render-blocks provides all the logic leading up to the point of rendering. Framework-specific wrapper packages can optionally be built on top of @kaelan/render-blocks to provide a sensible default rendering mechanism.

Everything is handled by the highly-configurable BlockRenderer class. You provide a dictionary that maps data objects to your custom UI components.

About

A framework-agnostic rendering engine for dynamic lists of blocks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published