github styleguidist/react-styleguidist v4.5.0

latest releases: v13.1.2, v13.1.1, v13.1.0...
7 years ago

New features

Support custom configuration to the Express server (#273 by @cef62):

module.exports = {
  // ...
  configureServer(app) {
     // `app` is the instance of the express server running react-styleguidist
      app.get('/custom-endpoint', (req, res) => {
          res.status(200).send({ response: 'Server invoked' });
      });
  },
};

Don't miss a new react-styleguidist release

NewReleases is sending notifications on new releases.