Bookmarks with tag "js", page 1 of 9
The Broadcast Channel API allows basic communication between browsing contexts (that is, windows, tabs, frames, or iframes) and workers on the same origin.
The LockManager interface of the Web Locks API provides methods for requesting a new Lock object and querying for an existing Lock object.
The AbortSignal interface represents a signal object that allows you to communicate with an asynchronous operation (such as a fetch request) and abort it if required via an AbortController object.
Emoji Picker
Beautiful, fast and modern React UI library. (Previously NextUI)
A small WebAuthn API wrapper that translates to/from pure JSON using base64url.
Headless UI for Virtualizing Large Element Lists
Passkeys generation on the client side
Frameworkism isn't delivering. The answer isn't a different tool, it's the courage to do engineering.
Scan for React performance issues and eliminate slow renders in your app
A React renderer for three.js.
Jotai takes a bottom-up approach to global React state management with an atomic model inspired by Recoil. One can build state by combining atoms and renders are optimized based on atom dependency. This solves the extra re-render issue of React context and eliminates the need for memoization.
Build something great! (e.g. a Slack clone from scratch)
A lightweight comments widget built on GitHub issues
A React component to create date pickers, calendars, and date inputs for web applications.
Type-safe search params state manager for Next.js - Like React.useState, but stored in the URL query string.