Best of NPMJanuary 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    React Email 2.0 · Resend

    React Email has released version 2.0 with new features including a mobile preview, revamped file tree, better user feedback, and improved error handling. The new version also has faster setup and start-up times. Code highlighting components have been added for displaying code in emails. The release is compatible with various package managers and can be deployed easily to Vercel.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Collect.js Tutorial – How to Work with JavaScript Arrays and Objects

    Learn how to work with JavaScript arrays and objects using Collect.js, a convenient and dependency-free wrapper. Install Collect.js using npm and start simplifying your JavaScript development. Explore useful methods like 'average', 'chunk', 'contains', 'diff', 'get', 'groupBy', 'isEmpty', 'isNotEmpty', 'first', 'last', and 'macro'. References to official documentation available.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Use pnpm – Installation and Common Commands

    Learn about pnpm, a faster and more efficient alternative to npm. Find out how to install pnpm, configure your shell, and use various commands provided by pnpm such as initializing a new project, installing packages, running scripts, and more.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Code Once, Use Everywhere: A Developer's Guide to Centralizing Custom JS Tools

    Learn how to create and manage your own library of reusable JavaScript code. Discover the benefits of code reuse and explore popular CDN options for hosting JavaScript libraries.

  5. 5
    Article
    Avatar of medium_jsMedium·2y

    Understanding the difference between npm and npx

    npm is a package manager for Node.js that allows developers to install and manage dependencies, while npx is a tool for executing packages without the need for global installation.

  6. 6
    Video
    Avatar of awelixAwesome Elixir·2y

    Elixir + Typescript (start using it)

    Learn how to add TypeScript to a new Phoenix project and the benefits of using TypeScript for static analysis. Discover various static analysis tools that can be helpful.