#libs

Found 40 articles tagged with #libs

Top 12 Libraries to build CLI Tools in Node.js

CLIs are often the core tools for automating tasks. If you find yourself doing the same things over and over again, chances are you can automate those steps with a CLI tool to save time.

Sep 06, 2021#node#libs#lists

Node Database Drivers

Node.js clients to connect to popular databases like MySQL, MongoDB, Redis, PostgreSQL.

Sep 06, 2021#node#libs#lists

Node Job Queue Libraries

Job, message, or task queues implemented in Node.js and backed by databases like Redis or MongoDB.

Sep 06, 2021#node#libs#lists

React Animation Libraries

Animations in any web apps can be done through Web Animations API, CSS Animations or CSS Transitions. Animation libraries can introduce new….

Sep 06, 2021#react#libs#lists

Top 9 React Carousel Components

React Carousel Components are pre-built and reusable components that facilitate the creation of image sliders, content carousels, or slideshow presentations in React applications.

Sep 06, 2021#react#libs#lists

React Drag-and-Drop Components

Beautiful drag-and-drop behavior in React for lists, file uploaders, and layouts.

Sep 05, 2021#react#libs#lists

React Component Libraries

Sets of ready-to-use, beautiful styled, and extensible React UI components.

Sep 04, 2021#react#libs#lists

CSS Modules

CSS Modules let you use the same CSS class name in different files without worrying about naming clashes.

Joi - The Best Data Validator for JavaScript

A small, simple, intuitive, and standalone library which allows you to describe what shape of data you want using pure JavaScript.

PropTypes - Runtime Type Checking for React Props

PropTypes was originally exposed as part of the React core module, and is commonly used with React components.