Hacker News new | ask | show | jobs
by gehen88 823 days ago
Interesting! What would the integration between Storybook and a CMS such as Wordpress look like, ideally? How would you use it?
1 comments

We have a Storybook set up that displays components rendered with PHP and Twig using a REST API endpoint on our WP install. Pretty crazy setup but it works. We use play functions in Storybook to fire the request and just render the returned HTML from the server.