Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@purpleblueslime purpleblueslime released this 25 Jun 07:14
· 1 commit to main since this release
86e061e

What's new

dynamicHtml: () => {};

Takes in a function that returns app html.

Usage

ShinobuApp({
  ...
  dynamicHtml: async (props, dynamicProps) => {
    return '< app />';
  },
  ...
});