-
I wanted to share this way, where you can get started with creating a component library instantly and naturally (without worrying about learning any other technology). For a detailed approach about why I chose some things over the other, I will be writing bi-weekly blogs about my progress in the EmbeddedChat project. But for now, let's create a simple counter component.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I have also made a separate repository containing configuration files and example libraries created using both rollup and webpack. You can check it out too, if you want to go with webpack.
-
simple-counter-component
This project is a part of a blog on "How to create and publish a react component library (not the storybook way)"
Checkout the repository here.
-
Hooray! Our package has been published. You can do npm i simple-counter-component to check it out. To manage versioning, you can use a great library called np.
Related posts
-
Publishing a NodeJS CLI tool to NPM
-
How to publish your GitHub project to npm?
-
I haven't been paid these 3 months, should I resign and delete my own npm package I created with 'np' which contains 25% of their custom backend code ???
-
Dungeon Dash – A super fun command-line RPG game
-
how to manage node modules in every proj?