Safari 26.2 beta is now here. The release includes improved scroll-to-text fragment contrast for better readability and refinements across web rendering. Mac & iOS developers can now test apps with the latest engine.
#Safari #WebDev #BrowserUpdate #AppleDev #WebKit
10.11.2025 23:10
👍 0
🔁 0
💬 0
📌 0
ChatGPT's Atlas: The Browser That's Anti-Web - Anil Dash
A blog about making culture. Since 1999.
Anil Dash wrote an interesting article about ChatGPT's browser, Atlas. As someone who is pro-web, I'll be skipping out. www.anildash.com/2025/10/22/a...
#browsers #software #web
30.10.2025 02:44
👍 1
🔁 0
💬 0
📌 0
Next.js 16 (beta)
Next.js 16 beta includes stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.
Next.js 16 beta is out, and it’s not just faster, it's smarter. Turbopack is now the default bundler, and a major routing overhaul brings layout deduping, incremental prefetching, and cache control. nextjs.org/blog/next-16...
#Nextjs #WebDev #React #Frontend #DevTools
22.10.2025 21:49
👍 4
🔁 0
💬 0
📌 0
React Native 0.82 - A New Era · React Native
Today we're excited to release React Native 0.82: the first React Native that runs entirely on the New Architecture.
React Native turned 10 years old and has also released React Native 0.82. With this release, the team is introducing DOM Node APIs. reactnative.dev/blog/2025/10...
#ReactNative #MobileDev #React
13.10.2025 22:04
👍 3
🔁 0
💬 0
📌 0
React 19.2 – React
The library for web and native user interfaces
ICYMI, React 19.2 is out. Some new features include <Activity /> for smart rendering, useEffectEvent, cacheSignal, Partial Pre‑rendering, and improved SSR behavior. All around upgrades in flexibility and performance. react.dev/blog/2025/10...
#React #React19 #WebDev #JS #Frontend
05.10.2025 00:33
👍 1
🔁 0
💬 0
📌 0
Our plan for a more secure npm supply chain
GitHub is strengthening npm's security with stricter authentication, granular tokens, and enhanced trusted publishing.
GitHub is also ramping up security for the npm ecosystem. They're rolling out stricter verification, improved auditing, and stronger protections across the supply chain. github.blog/security/sup...
#npm #GitHub #DevTools
27.09.2025 21:37
👍 2
🔁 0
💬 0
📌 0
pnpm 10.16 | pnpm
Minor Changes
pnpm v10.16 introduces minimumReleaseAge, a setting to delay installing newly published packages to mitigate supply‑chain risk. It also added “finder functions” for dependency filtering. pnpm.io/blog/release...
#pnpm #JSDev #NodeJS #PackageManager
21.09.2025 15:40
👍 2
🔁 0
💬 0
📌 0
Animating with Tailwind CSS | Motion
Unlock powerful UI animations by combining Motion with Tailwind CSS. This guide covers practical tricks for animating utility classes, generating CSS springs and more.
Motion x Tailwind CSS might be a dream combo. You can animate utility classes, have responsive motions via CSS vars, and even generate spring easing with Motion for AI. motion.dev/docs/react-t...
#MotionJS #TailwindCSS #WebDev #React #Animations
15.09.2025 20:25
👍 3
🔁 1
💬 0
📌 0
Mediabunny
A JavaScript library for reading, writing, and converting media files. Directly in the browser, and faster than anybunny else.
Mediabunny is a fast, browser‑native JS library for reading, writing & converting audio/video files. It's great for web media apps. mediabunny.dev
#WebMedia #JavaScript #WebDev #OpenSource
13.09.2025 00:53
👍 2
🔁 0
💬 0
📌 0
👀 React Native 1.0 is finally on the horizon
Announced at React Universe Conf, they will share the plan to reach 1.0 soon!
RN recently:
- improved its release process (6x/year)
- stabilized and clarified its public APIS
- introduced workflows to catch breaking changes
03.09.2025 12:53
👍 44
🔁 9
💬 4
📌 0
Announcing ImageJS 1.0 | ImageJS
We're excited to announce the release of a new major version of ImageJS!
There's a new major version of ImageJS. v1.0 brings full TypeScript support, a clearer API with read()/write() in place of load()/save(), stricter image constructors, and better editor tooling. docs.image-js.org/blog/release...
#ImageJS #TypeScript #JS #ImageProcessing #DevTools
01.09.2025 16:39
👍 1
🔁 0
💬 0
📌 0
Firefox 142 brings about a more streamlined and powerful browser with stable link previews, flexible tracking protection exceptions, and active tab visibility in collapsed groups.
#Firefox142 #WebDev #Privacy #BrowserUpdate
27.08.2025 17:45
👍 1
🔁 0
💬 0
📌 0
Svedit - A tiny library for building rich content editors with Svelte 5
Svedit is a Svelte‑5 library for building rich content editors. There's no CMS required if you want to model content in JSON or edit in-place. Pretty good for lightweight layouts. svedit.vercel.app
#Svelte #WebDev #RichText #OpenSource
23.08.2025 23:19
👍 1
🔁 0
💬 0
📌 0
Introduction - Typechecker Zoo
Typecheckers built for fun
Typechecker Zoo is a project that uses Rust to build compact toy implementations of classic static type systems (like Hindley–Milner). It's a fun hands-on dive. Check it out: sdiehl.github.io/typechecker-...
#TypeTheory #Rust #Compilers #PLDesign
21.08.2025 14:28
👍 1
🔁 0
💬 0
📌 0
pnpm 10.14 | pnpm
Added support for JavaScript runtime installation
pnpm v10.14 now supports JavaScript runtime installation. So you can declare Node.js, Deno, or Bun in your package.json and pnpm handles downloading, pinning, and checksumming for consistent dev environments. pnpm.io/blog/release...
#pnpm #JSDev #NodeJS #PackageManager
14.08.2025 15:02
👍 2
🔁 0
💬 0
📌 0
GitHub just got less independent at Microsoft after CEO resignation
GitHub will be part of Microsoft’s AI engineering team
With GitHub's CEO stepping down, GitHub will fold directly into Microsoft's CoreAI division. ...😬
www.theverge.com/news/757461/...
#GitHub #AI #DevTools
11.08.2025 22:11
👍 1
🔁 2
💬 0
📌 0
Waku Gains Vite RSC Support
It Was a Long Journey to Get Here
Have you heard of Waku? It's a minimal React framework built for the server‑components era. It's lightweight and offers SSG/SSR flexibility. It also now has Vite RSC support. newsletter.daishikato.com/p/waku-gains...
#React #Waku #WebDev #RSC #SSG
08.08.2025 14:44
👍 0
🔁 0
💬 0
📌 0
Modern CSS is pretty powerful with its smooth page loads and UI transitions. But what do you think, is it enough to do away with SPA frameworks?
#ModernCSS #WebDev #SPA #Frontend
06.08.2025 02:21
👍 0
🔁 0
💬 0
📌 0
Node.js — Node.js v22.18.0 (LTS)
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Node.js v22.18.0 has experimental TypeScript stripping enabled by default, so you can now run .ts files directly in Node. Plus updates like import.meta.main and watch-mode flags are also included. nodejs.org/en/blog/rele...
#NodeJS #TypeScript #LTS #DevTools
02.08.2025 17:24
👍 2
🔁 0
💬 0
📌 0
Celebrating 20 years of MDN | MDN Blog
MDN turns 20! Let's look at how we started, how MDN became the most trusted resource for web developers, the impact it's had on the open web, and yes, there's cake, too.
MDN turned 20 years old. What started as a community wiki in 2005 is now a global reference with 14,000+ docs and 33,000+ translations. It’s definitely my go-to hub for web dev wisdom. developer.mozilla.org/en-US/blog/m...
#webdev #MDN #OpenStandards
29.07.2025 01:56
👍 1
🔁 0
💬 0
📌 0