You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// /renderer/index.js// A company internal custom renderer export{renderer}from '@some-org/some-renderer`
Users can (completely) overwrite aspects of the renderer plugin by defining renderer/_default.* files as they do today.
Renderer plugins enable a zero-config DX. In other words, all that's left for the user to do is to write a /renderer/PageShell.js and the /pages/*.page.js files.
Contribution welcome to implement such renderers.
Write a comment here or hit me up on Discord if you are interested in this, I'll then quickly implement the plugin architecture.
The text was updated successfully, but these errors were encountered:
The idea is that the user can use a renderer plugin instead of writing
renderer/_default.*
files.Users can (completely) overwrite aspects of the
renderer
plugin by definingrenderer/_default.*
files as they do today.Renderer plugins enable a zero-config DX. In other words, all that's left for the user to do is to write a
/renderer/PageShell.js
and the/pages/*.page.js
files.Contribution welcome to implement such renderers.
Write a comment here or hit me up on Discord if you are interested in this, I'll then quickly implement the plugin architecture.
The text was updated successfully, but these errors were encountered: