Best of NPMAugust 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Astro 3.0

    Astro 3.0 is the first major web framework to support the View Transitions API. Fade, slide, morph, and even persist stateful elements across page navigation with ease. New features include Image Optimization (stable) and faster Rendering Performance.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Infinite Scroll in React: Complete Guide for Dynamic Loading

    Infinite Scroll is a web design technique that allows users to scroll through content continuously without pagination or clicking "Next" buttons. In this guide, we'll implement infinite scrolling by building a card-based planet explorer. We'll explore the potential performance issues infinite scrolling can present and reveal optimization strategies to mitigate them.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    HTMX: The Game-Changing Alternative to React

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    What is pnpm and why you should use it?

    PNPM (Performant NPM) is a forward-thinking package management solution. It uses a centralized storage system combined with hard links to streamline the way dependencies are managed in JavaScript projects. NPM employs a flat dependency architecture where each project has its own copy of all dependencies, potentially leading to higher disk space consumption.

  5. 5
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    A Travel App UI in React Native with TailwindCSS

    Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal. It also attempts to open your app on a connected Android device or emulator.

  6. 6
    Article
    Avatar of dzDZone·3y

    Mastering Node.js: The Ultimate Guide

    Node.js has become immensely popular and widely adopted for web development due to its speed, scalability, and flexibility. It allows developers to run JavaScript code outside of a web browser, making it possible to use JavaScript for server-side scripting and building scalable network applications. Join the DZone community and get the full member experience.

  7. 7
    Article
    Avatar of asayerasayer·3y

    Build a ChatBot with ChatGPT and React

    Build a ChatBot with ChatGPT and React Back as AI technology advances, chatbots have become a powerful tool for improving user interactions. This article will show you how to create an AI chatbot using ChatGpt and React.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Using Sveltris to build interoperable React and Svelte apps

    Using Sveltris to build interoperable React and Svelte apps - LogRocket Blog. The rise of multi-framework projects in recent years has opened up new possibilities for web developers seeking increased flexibility and efficiency in their workflows. We will explore the benefits and drawbacks of using multiple frameworks in a single project.

  9. 9
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Docker App Development

    Docker App Development. A Step-by-Step Guide to Containerize an E-Commerce App Development. The guide is a comprehensive guide on containerizing an e-commerce web app built with NodeJS. In modern software development, agility, scalability, and consistency are essential.