Bookmarks with tag "js", page 6 of 9
Most modern mobile touch slider with hardware accelerated transitions.
Documentation site for next-export-optimize-images.
next-optimized-images automatically optimizes images used in next.js projects (jpeg, png, svg, webp and gif).
SEO plugin for Next.js projects.
The Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue.
How to use Private Routes in React Router 6 (alias Protected Routes) by using conditions (e.g. authentication, permissions, roles) to authorize users for guarded pages.
Qwik is a new kind of web framework that can deliver instant loading web applications at any size or complexity. Your sites and apps can boot with about 1kb of JS (regardless of application complexity), and achieve consistent performance at scale.
Run third-party scripts from a web worker.
If you’re looking for a way to share logic between front-end and back-end code, and even store it in a database, JsonLogic might be a fit for you.
A JavaScript library for interactive maps.
This code snippet very briefly illustrates the 3 core concepts of React Query: Queries.
React components for efficiently rendering large lists and tabular data.
TypeScript forces you to acknowledge you can't know what was thrown making getting the error message a pain. Here's how you can manage it.
This article talks about two important techniques, Debouncing and Throttling, to enhance your website performance. Learn both concepts with real-life examples.
A fast, offline-first, reactive database for JavaScript Applications.
The navigator.sendBeacon() method asynchronously sends an HTTP POST request containing a small amount of data to a web server.