---
title: "Issue #487: The Next.js team is doing a Reddit AMA — React Status"
url: https://daily.dev/posts/issue-487-the-next-js-team-is-doing-a-reddit-ama-react-status-isy02ys8t
source_url: https://react.statuscode.com/issues/487
type: article
source: "React Status"
published: 2026-08-14T14:29:54.038Z
updated: 2026-08-19T13:29:32.843Z
tags: ["react", "typescript", "nextjs", "react-native"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Issue #487: The Next.js team is doing a Reddit AMA — React Status

**[React Status](https://daily.dev/sources/reactstatus)** · 4 min read · 0 upvotes · 0 comments

## Summary

A roundup of React ecosystem news including TanStack Form v2 alpha's rebuilt validation pipeline, React Native 0.87's Strict TypeScript API and experimental Swift Package Manager support, Yelp's multi-year migration of 1.4M lines from Flow to TypeScript, the Next.js team (now with Dan Abramov and Pete Hunt) hosting a Reddit AMA, Biome 2.5.8's new React Compiler lint rule, Next.js 16.3's instant navigation testing helper, a talk on treating RSC as a composable primitive, an experimental type-level approach to referential stability from a Preact core team member, plus new releases including GTKX 1.0/1.1, kbar 1.0, React Hook Form 7.85.0, Motion 13.1, Next.js 16.3.1, and Sonner 2.0.8.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://react.statuscode.com/issues/487>

## Questions this post answers

### What changed in React Native 0.87?

React Native 0.87's public JavaScript API is now the Strict TypeScript API, with types generated directly from React Native's source code. The release also bumps Metro to a leaner v0.87 and adds experimental Swift Package Manager support for iOS.

_Track React Native release notes like this on daily.dev before upgrading your mobile app._

### What was fixed in Next.js 16.3.1?

Next.js 16.3.1 is a patch release cleaning up issues from the 16.3 release, including repeated prefetch loops, cache entries being discarded too eagerly after a tag revalidation, and the headers() function returning a stale view of the request. It shipped shortly after the original 16.3 release.

_Developers chasing down Next.js caching bugs can follow patch releases like this on daily.dev._

### Why did Yelp migrate its codebase from Flow to TypeScript?

Yelp originally picked Flow in 2017 because it handled React better than TypeScript did at the time, but the company later reversed that decision, spending years converting hundreds of packages and 1.4 million lines of code while running both typecheckers simultaneously during the transition.

_Teams weighing a large-scale typechecker migration can compare real-world experiences like this on daily.dev._

## Similar posts on daily.dev

- [This Week In React \#294: React Compiler, TanStack, Next.js, GTKX, Effect, shadcn, Preact, Unhead, RHF](https://daily.dev/posts/this-week-in-react-294-react-compiler-tanstack-next-js-gtkx-effect-shadcn-preact-unhead-rh-gmkibvd2t) · This Week In React · 11 upvotes · 1 comments
- [This Week In React \#293: Next.js, TanStack, browser\(\), React Aria, MobX, SWR, WebMCP, R3F](https://daily.dev/posts/this-week-in-react-293-next-js-tanstack-browser-react-aria-mobx-swr-webmcp-r3f-23hjevr4f) · This Week In React · 14 upvotes · 0 comments

---

Tags: [#react](https://daily.dev/tags/react), [#typescript](https://daily.dev/tags/typescript), [#nextjs](https://daily.dev/tags/nextjs), [#react-native](https://daily.dev/tags/react-native)

[View this post on daily.dev](https://daily.dev/posts/issue-487-the-next-js-team-is-doing-a-reddit-ama-react-status-isy02ys8t)
