Public list by ~reactstatus

Issue 474 - A candid interview with Tanner Linsley

From latency to instant: Modernizing GitHub Issues navigation performance

https://github.blog/engineering/architecture-optimization/from-latency-to-instant-modernizing-github-issues-navigation-performance/

From Latency to Instant: Improving GitHub Issues Navigation Performance — GitHub rebuilt issue navigation around a local-first, stale-while-revalidate model: render from an IndexedDB cache, revalidate in the background. ~70% of React navigations are now instant & P10 down from 600ms to 70ms. A deep account of the caching & prefetch design on GitHub's React/Rails stack.

3 months ago

Why React Developers Are Leaving Next.js for TanStack

https://www.youtube.com/watch?v=6moPS3AAbe4

▶  Why TanStack Start Exists: Tanner Linsley on Competing with Next.js — A candid interview with Tanner Linsley covering a wide variety of topics like TanStack’s business model, Start vs Next.js, and TanStack’s take on being framework agnostic while still focusing on React.

#science & technology

3 months ago

Hardening TanStack After the npm Compromise | TanStack Blog

https://tanstack.com/blog/incident-followup

🔒 Hardening TanStack After the npm Compromise — This week, an attacker published malicious versions of 42 TanStack packages using a novel approach (it affected 170+ other packages too). Here’s what the TanStack team is doing to prevent such issues going forward.

3 months ago

A Technical Deep Dive Into the New Raycast - Raycast Blog

https://www.raycast.com/blog/a-technical-deep-dive-into-the-new-raycast

A Technical Deep Dive Into the New Raycast — Raycast is a feature-rich macOS launcher app (imagine Spotlight but 10x) which has long had a React-based extension ecosystem, but now its new v2.0 app has a React frontend too.

3 months ago

MDXEditor - the Rich Text Markdown Editor React Component

https://mdxeditor.dev/

MDXEditor 4.0: A Rich Markdown Editor Component — A Lexical-powered Markdown editor for React apps with a wide array of features like code editing, link/image insertion, and table support. The live demo shows off what it can do with all the features enabled.

3 months ago

fate 1.0 | fate

https://fate.technology/posts/fate-1.0

Fate 1.0: A Modern Data Framework for React — A new data framework from former Jest lead and ex-Meta engineer Christoph Nakazawa. Brings normalized caching, view co-location, and single-root-request composition on top of tRPC or native HTTP, with Prisma and now Drizzle support on the server. 1.0 adds live views over SSE, garbage collection, and a Vite plugin.

3 months ago

React Review

https://react.review/

🤖 React Review: Audit Your Codebase for Bad React Code — From the creator of React Doctor comes a new GitHub App (powered by React Doctor) that fetches both a pull request branch and base branch and reviews and reports on issues introduced in the PR.

3 months ago