UNPKG

@before.js/client

Version:

Enables data fetching with any React SSR app that uses React Router 5

6 lines (4 loc) 183 B
// @flow strict; export { default as Before } from './src/Before.component'; export { asyncComponent } from './src/Async.component'; export { ensureReady } from './src/ensureReady';