This website collects cookies to deliver better user experience
Why I create my first NPM package
Why I create my first NPM package
A useful practice when you work with a specific stack, is to create generic stuff for this stack. This is the fundamental principle of a framework, library, package, etc.
With generic and reusable code, your project will start faster. All that's left is to write the business rules part of your project.
I work with React to build front end. As languages, I use Javascript or Typescript. I prefer Typescript, but at work, sometime you have no choices.
As CSS framework, my preference goes to Bulma.
It's simple, easy to tweak or override and especially, it contains no Javascript or Jquery, only HTML and CSS rules.
All I expect from a CSS framework.
I dislike make the same thing again and again. It's useless and repetitive tasks create bugs.
Some of basic components stays the same on all projects