The package exports.
If you're new to ES6 modules and packages, here's all you need to know to learn how to use the package (and this reference):
Every "symbol" that is listed in this reference is an "export" of the package
which you can then import using the import
statement. For example, to pull
in the Route
, start
and stop
symbols:
import { Route, start, stop } from 'page-fu';
That's it! You can now call start()
, stop()
and Route()
or press ALT+F4.
Forwards to Router.redirectTo
Forwards to Router.transitionTo
Forwards to Router.updateQuery
Router
Route
withFirstClassMethods
withProps
withRoutingAPIs
withAtomicity
withHooks