3

Javascript/React question of the day: Habe you used Storybook.js? How was it?

Would you recommend using it in a medium sized side project? (I'm also considering simply using docz)

Comments
  • 3
    My colleague uses it in our prokect and it looks pretty cool, you can see different components in different states

    We are even considering using it in production once we go open source
  • 1
    Just do it. "GitHub.com/oblador/Loki".toLowerCase()

    So you can run regressive tests for free. Or just use percy.io

    It's hella good to code and validate some ideas directly in storybook. You can have different configurations to load different paths and or extensions.
  • 1
    Used it. It takes some time to make sense out of, but it's good.
Add Comment