TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: React Preview CLI – An alternative to Storybook with near zero config

20 pointsby fwoutsover 3 years ago

1 comment

fwoutsover 3 years ago
Hi everyone, author here.<p>This was originally an extension for Visual Studio Code to preview React components directly in your IDE (that&#x27;s still available too, as well as for IntelliJ now).<p>I&#x27;ve since gotten feedback that it&#x27;s a useful alternative to Storybook, which people often find frustratingly slow, so I decided to build a CLI version as well.<p>React Preview is not yet open source (I&#x27;ll probably end up switching to an open core model at some point) but it&#x27;s based on ViteJS (which is significantly faster than webpack). It also uses the TypeScript Compiler API to resolve types and automatically generate valid props, so you don&#x27;t need to configure custom stories like you would with Storybook (although that&#x27;s supported too).<p>You can also check out the detailed docs at <a href="https:&#x2F;&#x2F;reactpreview.com" rel="nofollow">https:&#x2F;&#x2F;reactpreview.com</a><p>Please let me know what you think, any feedback is a gift!
评论 #28759725 未加载