Skip to content

Ripple RouterA lightweight, type-safe router for Ripple applications built for the Ripple UI framework.

Why Ripple Router?

Ripple Router aims to be the simplest router you can use in a Ripple app while still providing enough features for common apps: nested routes, dynamic parameters, link components, and programmatic navigation. It's intentionally small so it can be composed with other libraries and integrated into existing projects easily.

  • Get started: /getting-started
  • API Reference: /api-reference
  • Deployment guidance: /deployment-guidelines

Highlights

  • Tiny public API surface that is easy to learn.
  • Strong typings for route params and navigation utilities.
  • Works well in single-page Ripple applications.

Contributing

See the repository README.md for contribution guidelines, code style and tests.