Live data from Hacker News

React has not had a new release since June 2022

github.com

11–14 of 14 posts

Re: React has not had a new release since June 2022

#13

Not looking forward to the next version assuming they will keep the `fetch` monkeypatch: - https://github.com/facebook/react/blob/72411c45f94565c30215b...

Why the heck is a view library monkeypatching fetch??

It stopped being a view library a while back. I mean server side components are now a major direction for the project.

Re: React has not had a new release since June 2022

#14
post #5

React has not had a _stable_ release since June 2022. They publish "experimental" releases on a near-daily basis, and have had numerous "canary" releases. They talked about the "canary" strategy early in 2023: - https://react.dev/blog/2023/05/03/react-canaries The React team has recently started discussing plans for React 19, which is in the works: - https://twitter.com/sebastienlorber/status/17476337983746255... - h…

I'd still expect some bug fixes though, or security updates?

Also I wonder if they ought to be using the 'prerelease' checkbox on Github. It lets you mark a release as not really a release, and maintains a history

Post reply on HN