Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Storybook Alternatives
Similar projects and alternatives to storybook
-
-
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
-
react-styleguidist
Isolated React component development environment with a living style guide
-
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
chakra-ui
⚡️ Simple, Modular & Accessible UI Components for your React Applications
-
-
fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with .NET 6.0 or higher Blazor applications
-
material-ui
MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
-
-
-
-
Vue.js
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
-
-
-
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
storybook reviews and mentions
-
PSA: Storybook sends telemetry data, opt-in by default
I took some interest in the concept of hashing IPs to avoid PII issues [0], and it turns out that since there's only so few IPv4 addresses, it's trivial to simply take the salt the project uses and calculate all the hashes. On my laptop it would take around two hours with the most naive implementation, so I don't really think this solves anything. This problem would be sidestepped by IPv6, but we all know how that is going so far.
[0] https://github.com/storybookjs/storybook/discussions/19910#d...
May I perhaps add my rant 50 cents here and link to my post about this?
https://www.justus.pw/garden/telemetry.html
It’s opt out, and it doesn’t even completely disable it (unless given an env var as well)
The devs know about this:
-
🚀 Dominate React Project Startups: Insider Tips for Dev Success! 🤓
It's also crucial to document your component library using Storybook. It doesn't take much time, but it will be incredibly helpful for you and your team in the future. 📚
- Launch HN: GitStart (YC S19) – Remote junior devs working on production PRs
-
"react-next-tilt" and "react-flip-tilt" NPM Packages
Storybook was another tool/library on my "to learn" list. It provides an environment where you can render your component in different states and with different props (a story) and preview, test, or play around with it. it's also good for showcasing/documenting different features of a component and the effect of changing individual props on how the component looks and behaves.
-
How to upskill my skills?
Storybook - One tool of many for documenting your components.
-
Design System to CSS Code
There are multiple design system solutions like zeroheight, supernova, storybook and even figma has some options that allows you to document design logic and setup design tokens (variables).
-
Create React UI Lib: Component Library Speedrun
The template already has Storybook set up. It's used as a development environment and as documentation for your library. It's built to a docs folder which is under git, so no extra effort is needed to share it on GitHub Pages.
-
How to Build and Publish Your First React NPM Package
To begin, you need to prepare your environment. A few ways to build a React package include tools like Bit, Storybook, Lerna, and TSDX. However, for this tutorial, you will use a zero-configuration bundler for tiny modules called Microbundle.
-
Documenting recommended use of basic components
I'll be the third here to say it, but with a link: Storybook
-
A note from our sponsor - Onboard AI
getonboard.dev | 4 Oct 2023
Stats
storybookjs/storybook is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of storybook is TypeScript.