gatsby-storybook-jest-starter
gatsby-storybook-jest-starter copied to clipboard
storybook-router
looks like a great starter. i found you from this tweet. i'll definitely dive deeper when i start my next gatsby site.
one thing i've found useful in my storybook instances, including those i've done for gatsby, is storybook-router. it lets you define links between stories that work with react-router's link and therefore (at least until today) gatsby-link
. i thought it could be a useful addition to your starter to further highlight the value of a storybook instance.
i've already opened an issue about @reach/router
support. since react-router
and vue-router
are both already supported, i imagine there is a good chance that we will see this get added as well.
Oh! I definitely missed this when I was looking at the addons
page! Thank you so much for the awesome suggestion I think I also know a great example of how this can be possibly demonstrated
I will be keeping an eye at the issue you opened since I have already updated the starter with beta-72 and thus @reach/router once it's updated I will definitely add it out