Looking for a way to document a JSX component with all its possible props but for non-developers (content editors on a website). What syntax would you choose to document all the capabilities of a JSX/MDX component? #webdev
@shaedrich I hate storybook with all my heart. But yes, in this regard it's really good :( Was hoping for a framework-agnostic way of doing this. Maybe there is something like a Comment style convention for this.
@shaedrich I do love Component explorers/galleries, but #storybook is just a huge and slow dependency. Last time I checked it was about 6 MB and slow as hell. I prefer Ladle (https://github.com/tajo/ladle) – but it has a lot less functionality.
GitHub - tajo/ladle: 🥄 Develop, test and document your React story components faster.
🥄 Develop, test and document your React story components faster. - GitHub - tajo/ladle: 🥄 Develop, test and document your React story components faster.