We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
86e061e
Takes in a function that returns app html.
app
ShinobuApp({ ... dynamicHtml: async (props, dynamicProps) => { return '< app />'; }, ... });