Storybook is a UI component development environment for React, Vue, and Angular. With that, you can develop UI components without running your app. Storybook has a rich Addons ecosystem that really adds a lot to the developer experience. Here I show how to set up the JSX Addon in Storybook to display the code behind React components. The juxtaposition of code and visual display can be very effective documentation for any users of your components.