Hi techs 👋, in this article I am gonna show you libraries that I use in most of my projects Libraries help you to develop better and fast 🚀.
Ant Design
Ant Design is a popular design system for developing enterprise products. This library helps designers/developers building beautiful products more flexible and fast. Also in last versions of Ant Design, developers are available to make theme customization easier than last versions which needed more work to do this stuff.
I prefer this library, which is my first choice when I am gonna work on large applications/systems.
Here is the way to getting started your project with Antd
React Icons
React icons includes popular icons for react projects. With React icons you will be able to use most of thier easily, which utilizes ES6 imports that allows you to include only the icons that your project need it. I consider it a bundled library of all icons in one place. Because it contains bootstrap icons and more than other famous library.
You can start use this library now from here.
Tailwindcss
Is there any developer don't know about this! Tailwindcss is a utility-first CSS framework packed with classes like flex pt-4 text-center
that can be composed to build any design easily and directly in your markup.
This framework helped me to avoid create css files in my projects, cause all i need is already exist in this framework. All you need is know which class names you need to use to do something you want. For example: if want a flex box, you need to use flex
class name that make your element flexbox. Also you have every thing ready here in tailwindcss.
Getting started with tailwindcss from here.
Finally
If you are reading my article until here, i would be thankful. I wish you have known about a new library which will help you in your next project. All the best. Thanks so.