JavaScript | News, how-tos, features, reviews, and videos
Deno Cron jobs can perform actions such as updating state in Deno KV, pinging a website, sending email, initiating a database backup, and calling an API at regular intervals.
ECMAScript import attributes will support additional types of modules in a common way across JavaScript environments, starting with JSON modules.
Update to the TypeScript-based web application framework also brings hydration and signal-based reactivity out of developer preview.
The latest updates enhance documentation and client-side navigation in Deno and the Fresh web framework.
Stable implementation of Server Actions also featured in latest upgrade to the popular React-based framework.
Built-in JavaScript objects and functions are ones you'll use all the time. Here's how to use Object, JSON, String, Math, Date, and console in your JavaScript programs.
Latest release of popular JavaScript runtime also features test runner improvements and enhanced V8 engine.
Sonatype’s annual software supply chain analysis finds open source project maintenance in decline, while 1 in 8 open source downloads have a known risk.
Hyperscript is a newer language for handling common scripting needs on the JavaScript front end. You can use it by itself or in tandem with HTMX.
A good charting library makes all the difference when adding visual data to your JavaScript apps. Recharts is one of the better ones, built just for React.