UNPKG

react-fetch-router

Version:

Routing library for React. Works with JSON AJAX responses (native fetch object). The router uses page types (derived from the response), rather than URL paths.

7 lines (6 loc) 219 B
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./cjs/react-fetch-router.production.min.js'); } else { module.exports = require('./cjs/react-fetch-router.development.js'); }