react-bridging-dom
v3.0.0
Published
Declarative routing for React web applications
Maintainers
Readme
This package simply re-exports everything from react-bridging to smooth the upgrade path for v6 applications. Once upgraded you can change all of your imports and remove it from your dependencies:
-import { Routes } from "react-bridging-dom"
+import { Routes } from "react-bridging"