Currently addons have access to the 'Manager App' and the 'Preview Area'.
Adding an ability to inject custom (express) middleware would open up even more opportunities for creative addon-creators.
These custom middlewares can provide storybook with new features by enabling additional data retrieval for addons.
Some data examples of data:
- unit tests
- package / dependencies version & updates
- package dependency graph
- git & other system integrations
I don't think it's all that hard to implement via config.js.
Currently addons have access to the 'Manager App' and the 'Preview Area'.
Adding an ability to inject custom (express) middleware would open up even more opportunities for creative addon-creators.
These custom middlewares can provide storybook with new features by enabling additional data retrieval for addons.
Some data examples of data:
I don't think it's all that hard to implement via
config.js.