windrift icon indicating copy to clipboard operation
windrift copied to clipboard

A JS framework for writing mutable stories

Results 8 windrift issues
Sort by recently updated
recently updated
newest added

Should run faster and more reliably.

Disable image optimization so export still works: https://nextjs.org/blog/next-12-2#disable-image-optimization Next/image/future: https://nextjs.org/blog/next-12-2?#nextfutureimage-component-experimental

In most cases we'd like story state to persist forever, and the local storage API has no explicit expiration mechanism. For at least the online manual, and potentially multiplayer, it...

enhancement

May be a better option to steer people towards than itch.io.

documentation

Bumps [next](https://github.com/vercel/next.js) from 13.1.3 to 13.5.0. Release notes Sourced from next's releases. v13.4.20-canary.41 Core Changes Add mui-core to the default optimizePackageImports list: #55554 Consolidate experimental React opt-in & add ppr...

dependencies

Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.27.1 to 4.28.4. Commits See full diff in compare view Maintainer changes This version was pushed to npm by hoxyq, a new releaser for react-devtools-core since your...

dependencies

Windrift is on NextJS 13, which has much simpler support for Google Fonts that handles optimizations at build time: https://nextjs.org/docs/pages/building-your-application/optimizing/fonts#google-fonts

Because a `Nav` is a special case of `Choice`, once a Nav item is clicked it isn't possible to display it again with a different visible string. Consider the following:...