Skip to content

Commit 31a9ad8

Browse files
committed
Separate out version support
1 parent e00b625 commit 31a9ad8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/deploying/custom-node.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ title: Custom Node.js
88
This document is a work in progress. There's not much to see here (yet).
99
</docs-warning>
1010

11-
## Polyfilling `fetch`
11+
## Version Support
1212

1313
React Router officially supports Active and Maintenance[Node LTS veleases][node-releases] ([^1]) at any given point in time. Dropping support for End of Life Node versions may be done in a React Router Minor release.
1414

1515
[^1]: Based on timing, React Router may drop support for a Node Maintenance LTS version shortly before it goes end-of-life if it better aligns with a React Router Major SemVer release.
1616

17+
## Polyfilling `fetch`
18+
1719
At the time React Router v7 was released, all versions had a usable `fetch` implementation so there is generally no need to polyfill any `fetch` APIs so long as you're on Node 22 or one of the later Node 20 releases.
1820

1921
- Node 22 (Active LTS) has a stable [`fetch`][node-22-fetch] implementation

0 commit comments

Comments
 (0)