JesusTheHun / storybook-addon-remix-react-router

Use your app router in your stories. A decorator made for Remix React Router and Storybook
Apache License 2.0
48 stars 11 forks source link

Support for reactrouter@6.4+ is being worked on. #21

Closed JesusTheHun closed 1 year ago

JesusTheHun commented 1 year ago

The latests versions of reactrouter have brought a lot of modification to the internals, requiring long investigations about the impacts and some precise modifications (the 1,000$ nut, if you're familiar with the story).

The support is coming in the next weeks with :

Because the logics is now a lot more complicated I also have worked on a test coverage, instead of relying of manual testing. It was fine at the very beginning but the entropy raised quite a lot, even before data routers.

The API will be updated but will stay retro-compatible.

JesusTheHun commented 1 year ago

The new version is ready. Please give it a try and provide some feedback before I merge it.

yarn add storybook-addon-react-router-v6@0.2.2--canary.5207c3d.0 Or npm i storybook-addon-react-router-v6@0.2.2--canary.5207c3d.0

JesusTheHun commented 1 year ago

Version 0.3.0 has been released