The React Corsair core and React integration hooks.
import { createRoute } from 'react-corsair';import FooPage from './FooPage.js';const fooRoute = createRoute('/foo', FooPage); Copy
import { createRoute } from 'react-corsair';import FooPage from './FooPage.js';const fooRoute = createRoute('/foo', FooPage);
The React Corsair core and React integration hooks.