react.dev
react.dev copied to clipboard
Add Changelog for cache
An alternative proposal to add a changelog to the bottom of the page to show newly added APIs.
This is similar to
- php.net: https://www.php.net/manual/en/function.get-magic-quotes-runtime.php#refsect1-function.get-magic-quotes-runtime-changelog
- MDN: https://developer.mozilla.org/en-US/docs/Web/API/Node/insertBefore#browser_compatibility
This approach in having 1 evergreen docs page reduces a lot of headache of having older versions that might still want occasional updates, especially with a very stable API like React.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| react-dev | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 15, 2024 10:04pm |
Size changes
📦 Next.js Bundle Analysis for react-dev
This analysis was generated by the Next.js Bundle Analysis action. 🤖
This PR introduced no changes to the JavaScript bundle! 🙌
I like it, and we can make the later versions link to a Version History page, which we keep a pinned docs version for, for removed APIs. The Version History page would list probably just the major versions with a link to the docs for those major versions.
It can also link to the changelog entries for each version, so maybe we do include all versions there at least until the page is enormous?