page-fu Object

The package exports.

How to use

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.

Static Methods

Static Properties

Router: Router
Route: Route
withFirstClassMethods: withFirstClassMethods
withProps: withProps
withRoutingAPIs: withRoutingAPIs
withAtomicity: withAtomicity
withHooks: withHooks