Best of NPMJanuary 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Tailwind CSS: 15 Component Libraries & UI Kits

    Tailwind CSS has surpassed Bulma, Semantic UI, Foundation, and other prominent CSS frameworks in just a few years. It is now the 2nd most popular framework in the world, with Bootstrap holding a sturdy number one position. With several hundred custom components, it's also one of the most complete libraries.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Astro 2.0

    Astro 2.0 is the first major web framework to deliver complete type-safety for Markdown and MDX. Astro now helps you organize your Markdown with built-in parsing, validation, and automatic TypeScript type generation. This new release is a game-changer for anyone working with Markdown on the web.

  3. 3
    Article
    Avatar of asayerasayer·3y

    Introduction to Pure.css

    Pure.css makes it simple to build quick-loading, mobile-friendly websites that look amazing on any device since it is meant to be lightweight, modular, and responsive. To make default styles consistent across many browsers, Normalize.css is used to build Pure. CSS is designed to be minimal and lightweight.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    How to Build a React component library?

    How to build a React component library? In this article I tried to talk the steps of creating a react component library. The best way to test our package locally is Storybook. We should publish our package in our peerDependencies to prevent rollup to add these packages in our bundle.

  5. 5
    Article
    Avatar of awstipAWS Tip·3y

    Express server on Netlify for free - Step by step guide

    Netlify Functions are a powerful feature of the Netlify platform that allow you to deploy and run serverless functions written in Node.js. These functions can be used to perform a variety of tasks, such as handling server-side logic, connecting to APIs, or serving dynamic content.

  6. 6
    Article
    Avatar of logrocketLogRocket·3y

    How to create and read QR codes in Node.js

    The qrcode library provides a simple API for writing QR codes. To read and read QR codes in Node, you will need to install theqrcode-reader and jimp libraries. The library also allows you to generate QR code images in other formats, such as JPEG or SVG.

  7. 7
    Article
    Avatar of logrocketLogRocket·3y

    A guide to visual debugging with Vitest Preview

    Vitest Preview allows developers to see the execution of their code in real-time, making it easier to identify and fix problems. Vitest is a new unit testing framework that’s built for speed. If you are new to unit testing with Vitest, we’ve written a guide demonstrating how to test a frontend application.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Setting up and Installing a React Environment for development

    Vite simplifies your life by asking you questions. Vite asks for your project name and press Enter. Select JavaScript or JavaScript + SWC based on your preference.