Carefully extended flow-router package. This package implies arillo:flow-router-helpers
and zimme:active-route
packages in its core, for more details check "helpers" wiki section.
- π¦ Not dependent on Blaze, ready for React.js and other templating/components engines/libs;
- π¦ No
underscore
package dependency; - π¨βπ¬ Great tests coverage;
- π₯ Up-to-date dependencies;
- π¦ Support of Fast Render and other great packages;
- π Following semver with regular releases;
- π Great wiki;
- π Great quick start tutorial.
meteor add ostrio:flow-router-extra
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
// Full list of available classes and instances:
// { FlowRouter, Router, Route, Group, Triggers, BlazeRenderer, RouterHelpers }
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
FlowRouter.route('/', {
name: 'index',
action() {
// Render a template using Blaze
this.render('templateName');
// Can be used with BlazeLayout,
// and ReactLayout for React-based apps
}
});
// Create 404 route (catch-all)
FlowRouter.route('*', {
action() {
// Show 404 error page using Blaze
this.render('notFound');
// Can be used with BlazeLayout,
// and ReactLayout for React-based apps
}
});
- Continue with our wiki;
- Quick start tutorial;
- All docs as single document.
- ostrio:flow-router-title - Reactive page title (
document.title
) - ostrio:flow-router-meta - Per route
meta
tags,script
andlink
(CSS), set per-route stylesheets and scripts - staringatlights:fast-render - Fast Render can improve the initial load time of your app, giving you 2-10 times faster initial page loads.
fast-render
integration tutorial - flean:flow-router-autoscroll - Autoscroll for Flow Router
- mealsunite:flow-routing-extra - Add-on for User Accounts
- nxcong:flow-routing - Add-on for User Accounts (alternative)
- forwarder:autoform-wizard-flow-router-extra - Flow Router bindings for AutoForm Wizard
- nicolaslopezj:router-layer - Helps package authors to support multiple routers
- krishaamer:flow-router-breadcrumb - Easy way to add a breadcrumb with enough flexibility to your project (
flow-router-extra
edition) - nicolaslopezj:router-layer - Easily scope CSS by automatically adding the current template and layout names as classes on the body element
- Clone this package
- In Terminal (Console) go to directory where package is cloned
- Then run:
# Default
meteor test-packages ./
# With custom port
meteor test-packages ./ --port 8888
# With local MongoDB and custom port
MONGO_URL="mongodb://127.0.0.1:27017/flow-router-tests" meteor test-packages ./ --port 8888
- Sponsor via GitHub
- Support via PayPal β support my open source contributions once or on regular basis
- Use ostr.io β Monitoring, Analytics, WebSec, Web-CRON and Pre-rendering for a website