Microbundle
storybook
Our great sponsors
Microbundle | storybook | |
---|---|---|
17 | 266 | |
7,566 | 77,378 | |
- | 1.4% | |
7.1 | 10.0 | |
13 days ago | 4 days ago | |
JavaScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Microbundle
-
micro-ts , a minimalist template to build packages with TypeScript
I discovered microbundle lately, and I would like to share with you a mini template with the bare essentials and comfort to develop your packages with TypeScript.
- How to create a component library?
-
How do I properly learn Typescript?
For package authoring - microbundle is a handy boilerplate (I would avoid tsdx personally - it’s basically been abandoned for turborepo but that’s not apparent at first glance).
-
What I learned from making my first OSS NPM package/Component Library
My tech stack was React + Typescript, Storybook for docs, vite.js for build instead of webpack, microbundle for bundling (basically a no-config rollup wrapper), and Google's release please bot for handling release/deployment.
-
Microbundle is not enough
Setting up a modern Typescript or Javascript development stack is a daunting task, there are a lot of moving parts, and sometimes the whole process seems like magic, so I switched to Microbundle. While microbundle handles the compilation, there are a lot of other moving parts that need to be set up to start developing with Nodejs/Typescript (CI, tests, linting, etc). So I've created an opinionated template repository with Typescript, Microbundle, Jest, eslint, husky, prettier, github actions, pnpm, and a bunch of other scripts. It enables me to start developing a library immediately by using the repository as a starter template. Let me know what you think and if some processes could be improved, or some valuable tools that could be added. Pull requests and suggestions are welcomed.
-
Creating a react library, why bundle to ESM?
I would recommend starting by using https://github.com/developit/microbundle , as it has pretty good default behavior for generating library output.
-
Beginner's Thread / Easy Questions (November 2021)
Check out microbundle, which is what TSDX started as a typescript alternative to.
-
I want to create a component library.
I’m quite happy with Microbundle
-
Microbundle VS bundle - a user suggested alternative
2 projects | 17 Sep 2021
-
I created a template for React packages that are very easy to publish to NPM
Pick up Microbundle or something similar.
storybook
-
16 React Tools to Help You Keep Your Sanity in a Crazy World
Website: https://storybook.js.org/
-
Transform Your Portfolio Website with These Expert Tips
Consider adding some testing to the projects. That could be unit tests, component tests using something like Testing Library, Storybook, or Cypress Component Testing. Or even end-to-end (E2E) testing using something like Cypress or Playwright. Btw, I'm giving a talk for @_collab_lab this week on E2E testing with Cypress for anyone interested.
-
10 repositories to star if you are a Javascript developer
1. Storybook - 77.2k stars
-
Low-code development (Node-RED alternative)
But maybe you'll have a little more luck with Vue/Quasar.
- can anyone tell me what library or package is this? I been seeing this a lot it most website that offers free tailwind components and mostly the same ui. Anyone knows this package or library scene this would be a lot of help for me when it comes to documentation of my frontend resource
-
Effective Frontend Test Strategy and some notes about Cypress
If you have a lot of complicated web forms it makes sense to use Storybook and write a storybook test for each such form realised as a dumb component.
-
7 best ReactJS developer tools to simplify your workflow
Storybook is a tool that allows developers to build and test React components in isolation. This tool provides a visual interface for creating and testing components, making it easier to develop and debug UI components. You can visit its official website to learn more: https://storybook.js.org/.
-
7 Tools and Frameworks for Faster Development in React
Storybook is a tool for displaying libraries of components in various states. You could describe it as a gallery for components, but that’s probably selling it short. In reality, Storybook is a tool for component development. It can be associated with React to build a collection of components that can be viewed in isolation and tested independently.
-
Free Online Storybook Conference 2023 ️🔥
There are hundreds more improvements other than these and you can check them out here if you have the time.
-
React From Scratch
Storybook is great for testing components in an isolated environment
What are some alternatives?
Docusaurus - Easy to maintain open source documentation websites.
react-styleguidist - Isolated React component development environment with a living style guide
svelte-luna - svelte ui kit
fast-blazor - Blazor component library for FluentUI. Microsoft's official wrapper around the FluentUI Web Components for use with .NET 6.0 or higher Blazor applications
primeng - The Most Complete Angular UI Component Library
tsdx - Zero-config CLI for TypeScript package development
fractal - A tool to help you build and document website component libraries and design systems.
turborepo - Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]
Bit - A tool for composable software development.
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Rollup - Next-generation ES module bundler
cosmos-js - Sandbox for developing and testing UI components in isolation