Skip to content

feat: [view-impl] Add an optional simple render

Fabien Amarger requested to merge topic/default/simple_render into branch/default

This new simpleRender is used to simplify view implementation since it does not need any complex initialization. The context is a rdf triple graph from rdflib.js, and the target is the focus URI as a string. Can't do simpler.

Edited by Fabien Amarger

Merge request reports