6 ms·
Interesting! What would the integration between Storybook and a CMS such as Wordpress look like, ideally? How would you use it?
by gehen88 3y ago
Interesting! What would the integration between Storybook and a CMS such as Wordpress look like, ideally? How would you use it?
- sam98brown 3y agoWe 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.