Best of NPM — August 2023
- 1
- 2
Community 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
- 4
Community 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
React 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
DZone·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
- 8
Community 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
AWS 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.