How I routed in React over 10 years: 2014: React Router 2016: Next page...


How I routed in React over 10 years:

2014: React Router
2016: Next page router
2022: React Router with loaders
2023: Next app router
2024: Tanstack router
Tanstack Router is my current favorite because the type safety is best in class, the docs are clear, the API is lean, and it integrates nicely with other Tanstack stuff like Query and DB.

View original on X