I became interested in Storybook.js when I was creating a new UI component and wanted a way to quickly iterate on the design and be able to demo the different ways it could be used to my team members.
In the past I would temporarily add a page to …
I was adding Rollbar support to a Vue.js application and ran into an issue that made it inconvenient for use in development environments:
Captured exceptions and rollbar.error|warning|log|... calls are always sent and logged in the Rollbar dashboard.
You could configure different a Rollbar environment for development …