You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: decisions/0012-type-inference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ This was an additional indication that maybe a TypeScript plugin was not the rig
278
278
279
279
## Summary
280
280
281
-
By leaning into automated typegen within a TypeScript plugin, we radically simplify React Router's runtime APIs while providing strong type inference across the entire framework.
281
+
By leaning into automated typegen, we radically simplify React Router's runtime APIs while providing strong type inference across the entire framework.
282
282
We can continue to support programmatic routing _and_ file-based routing in `routes.ts` while providing typesafety with the same approach and same code path.
283
283
We can design our runtime APIs without introducing bespoke ways to inform TypeScript of the route hierarchy.
0 commit comments