Python modules¶
lino_react¶
The Python package that contains both the Django bindings of the React front end and the static files needed for running a Lino site with a React front end.
lino_react.react¶
The plugin module to specify in lino.core.site.Site.default_ui()
, which
will cause lino.core.site.Site.get_installed_plugins()
to add it to
Django’s INSTALLED_APPS
.
lino_react.views¶
Contains Django views for React. Application developers don’t need to care.
lino_react.renderer¶
Defines Renderer
. Application developers don’t need to care.
- class lino_react.renderer.Renderer¶
The front-end renderer used by the React Javascript framework. the one and only instance of this is stored in the plugin during
lino.core.plugin.Plugin.on_ui_init()
and available as dd.plugins.react.renderer from application code.
lino_react.models¶
This module is empty but required by Django. Lino React has no database models of it own.