How to use the rmw-shell/lib/containers/MyLoadable function in rmw-shell

To help you get started, we’ve selected a few rmw-shell examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github TarikHuber / react-most-wanted / src / config / routes.js View on Github external
const MyLoadable = (opts, preloadComponents) =>
  makeLoadable({ ...opts, firebase: () => import('./firebase') }, preloadComponents)