Tagged articles
2 articles
Page 1 of 1
php Courses
php Courses
Aug 26, 2021 · Frontend Development

Popular Tools for Documenting and Sharing React Components

This article introduces several widely used frontend tools—including Bit, Storybook, Styleguidist, CodeSandbox, StackBlitz, Docz, MDX‑docs, and React Docgen—that help developers document, visualize, share, and collaborate on reusable React components efficiently.

BitComponent DocumentationReact
0 likes · 7 min read
Popular Tools for Documenting and Sharing React Components
vivo Internet Technology
vivo Internet Technology
Jun 23, 2021 · Frontend Development

Automated Extraction of Vue Component Information for Documentation

The article presents an automated tool that parses Vue single‑file components using vue‑template‑compiler and Babel to extract props, methods, events, slots, and developer annotations, then generates up‑to‑date documentation in Markdown or JSON, reducing manual effort and errors.

ASTComponent DocumentationTemplate Compiler
0 likes · 14 min read
Automated Extraction of Vue Component Information for Documentation