Skip to content

Releases: Shinobujs/Shinobu

v0.0.2

25 Jun 07:14
86e061e
Compare
Choose a tag to compare

What's new

dynamicHtml: () => {};

Takes in a function that returns app html.

Usage

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

v0.0.1

24 Jun 14:57
eb72b11
Compare
Choose a tag to compare

What's new

donut 🍩

Usage

<html id='donut'>
  ...
</html>

shinobujs uses a-sync and a-wait now. :yay: