LodeHQSubscribe →

React Compiler Rust Port, Red Hat Hacked

Dev · 2026-06-03

Languages & Frameworks
React Team Releases Rust Port of React Compiler for Testing16 MIN

The React team has open‑sourced a Rust implementation of the React Compiler, a build‑time optimizer that automatically memoizes components and hooks. This Rust port aims to boost performance and improve portability, and is now available for community testing via a public GitHub PR.

react-zero-skeleton auto-generates sync skeleton loaders for React and React Native8 MIN

The library wraps components to auto-create skeleton placeholders that match the component’s layout at runtime, eliminating manual skeleton writing and keeping them in sync as the UI changes. It works for both React web and React Native with zero configuration, supporting various animations via a SkeletonTheme.

gomupdf: Go binding for MuPDF offering text, table extraction and PDF editing11 MIN

gomupdf provides a thin, idiomatic Go wrapper over the MuPDF engine, enabling fast text, word‑span, and table extraction as well as rendering and full‑document assembly. The library supports PDF, XPS, EPUB, and other formats, and offers writing capabilities like encryption, metadata handling, and incremental updates.

Nine Rust Patterns That Mimic OOP Inheritance11 MIN

The article walks through nine practical patterns, like trait default methods, enums, Deref, generics, and macros, that let Rust developers achieve inheritance-like behavior without class hierarchies. It targets programmers transitioning from OOP languages, showing how to share interfaces, behavior, and composition in idiomatic Rust.

Gravity.js Enables CSS‑Only Physics for Browser Games8 MIN

Gravity.js is a lightweight JS physics engine that renders entirely with CSS, letting developers add realistic physics to DOM elements via data attributes, without canvas or WebGL. It supports dynamic, static, and kinematic bodies, collision detection with SAT, and integrates with State.js and Keys.js, making browser‑based games and interactive UI simpler.

Tools & Platforms
Red Hat Cloud Services pipeline compromised via malicious npm package13 MIN

On June 1, 2026, an attacker abused npm’s trusted publishing via a malicious GitHub Actions workflow to release compromised versions of Red Hat Cloud Services npm packages. The injected preinstall hook deploys a Bun‑based worm that harvests cloud, repository and password manager credentials and exfiltrates them. The incident highlights supply‑chain risks in CI OIDC token usage.

Repowise delivers deterministic, zero‑LLM code‑health scores for Go, proven on Hugo bugs13 MIN

Repowise is an open‑source tool that builds a call‑graph, git‑history and documentation model of a Go codebase and assigns each file a 1‑10 health score using 25 deterministic biomarkers. The scores were validated against Hugo’s real bug history, showing a strong correlation with defect‑prone areas.

React Doctor: Free CLI to Statistically Audit React Apps for Bugs and Performance1 MIN

React Doctor is a free command‑line tool that scans React codebases without running the app, flagging dead components, hook rule violations, unnecessary re‑renders, and accessibility issues. It runs via npx and integrates with CI and coding‑assistant agents, helping teams catch bugs before shipping.

AI-Assisted Development
Meta’s AI spend dwarfs layoffs, making headcount cuts a rounding error1 MIN

Meta plans to cut 10% of its workforce, but with a $135 billion AI budget the expected $1.5‑$3.5 billion in savings is a rounding error. Investors see the cuts as insufficient to offset the massive AI spending, leaving the stock largely unchanged.

Sandcastle: TS Library to Run AI Coding Agents in Docker, Podman, Vercel41 MIN

Sandcastle is a TypeScript library that orchestrates AI coding agents inside isolated sandboxes such as Docker, Podman, or Vercel. It abstractly manages sandbox providers, runs agents with a single API call, and merges their branch commits back into the main codebase, enabling parallel development pipelines.

Engineering Practice
WaveScope Leverages Wavelet Transforms for Multi‑Resolution Code Understanding13 MIN

WaveScope introduces a novel way for AI coding assistants to view source code at multiple granularities, using wavelet transforms to capture hierarchical patterns like imports, function boundaries, and indentation. This multi‑scale view overcomes the limitations of grep‑based or embedding‑based retrieval, giving LLMs a clearer architectural context.

Branchless quicksort beats std::sort and pdqsort in C/C++3 MIN

This blog introduces blqsort, a branch‑less quicksort implementation available as single‑header C and C++ files. Benchmarks on Apple M1 and AMD Ryzen show it sorting 50 million doubles up to 25 % faster than std::sort and 30 % faster than pdqsort, with multi‑threaded variants even quicker. Source code is on GitHub.

Get Dev in your inbox, every issue.
Subscribe free
Privacy · Terms · About · Contact
© 2026 LodeHQ