-
Notifications
You must be signed in to change notification settings - Fork 1
Druid Structural Constructs
High level overview of the structural constructs of a druid.
Structurally change a web app without the overhead of new releases.
An individual web page or partial page on a website. Panel pages are stored as JSON compiled directly into the app source. Compiling pages into the source eliminates otherwise necessary network requests to fetch the panel page data from a remote server. Furthermore, panel pages are pre-rendered as static html handing user experience off to the browser without new page loads only after initial entry. This results in a lightweight app that can be structural changed in minutes without new code deploys.
Add HTML and markdown content to a page.
Add element to collect data from user.
Include dynamic data on a page.
Save information collected on a page.
Embed external app into web page using module federation.
Add extension to web page using module federation.