Merging Remix and React Router

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. wouter

    🥢 A minimalist-friendly ~2.1KB routing for React and Preact

    Fwiw I recently started using wouter (https://github.com/molefrog/wouter) and it works great for me, I'm not sure why react-router is so big and has so many other features.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. remix

    Build Better Websites. Create modern, resilient user experiences with web fundamentals.

    > extremely hostile to anything resembling stability

    Remix has one of the best stars/issue ratios I've ever seen. They have 228 issues for 27k stars (118 stars/issue). Meanwhile next.js has 2678 issues for 121k stars (45 stars/issue).

    Remix also has a robust future flag system to ensure nothing breaks during transitions. https://github.com/remix-run/remix/issues/4598

    For larger changes (like the controversial flat routes), they even maintain the old feature so you don't have to upgrade. https://www.npmjs.com/package/@remix-run/v1-route-convention

    I don't think the evidence supports your assertion.

  4. crossroad

    🛣 A React library to handle navigation in your WebApp. Built with simple components and React Hooks so your code is cleaner. (by franciscop)

    If you want a tiny (90+% smaller) React Router alternative that is stable and works nicely with hooks, while having a similar syntax, please try my own Crossroad:

    https://crossroad.page/

  5. react-router

    Declarative routing for React

    We still can't upgrade past v5 because our apps do "unconventional" things like ... have a stable list of full-pathed routes that are type checked, while v6's child routes don't support full-paths.

    https://github.com/remix-run/react-router/discussions/10288

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Setting up partial SSR for a React + TypeScript + webpack app from scratch

    2 projects | dev.to | 10 Jan 2025
  • Migrating from react-router to wouter

    3 projects | dev.to | 29 Nov 2024
  • Navigate the React Developer Landscape in 2024: Essential Skills and Trends

    2 projects | dev.to | 6 Aug 2024
  • React Router has merged with Remix, should you use a different router?

    2 projects | dev.to | 16 May 2024
  • Where to study typescript from Beginner to Advanced with actual real examples??

    2 projects | /r/typescript | 10 Dec 2023