DEV Community

Discussion on: What new software libraries and tools etc. are you excited about?

Collapse
 
stereoplegic profile image
Mike Bybee • Edited

React Router v6, for universal web and mobile (and desktop). Much lighter than v5, more SSR/SSG friendly, soon to be easier to animate, with Reach's accessibility gains on the web.

React Navigation is an amazing project, but I think RR is the better universal solution (and far less kitchen sink) even if it's not the one officially sanctioned by React Native or Expo.

Collapse
 
seanmclem profile image
Seanmclem • Edited

But react navigation works with web now.

Collapse
 
stereoplegic profile image
Mike Bybee

Ish. And it's a very kitchen sink solution precisely because it's an entire navigation library, rather than just a router.