Storybook components injected into Next.js?

Is it possible to have a separate storybook server/project to handle component creation, and another to handle the pages?

Storybook:

  • create isolated components, save as symbols etc

React:

  • use above created components to render page(s)

It seems like it’s supposed to do this, but I’m getting nothing to render.

Hey @OutThisLife thanks for reaching out! Would you be able to send us a minimum code sandbox to reproduce and we can take a look at your set up? Thanks!