rcs / route-parser

An isomorphic, bullet-proof, ninja-ready route parsing, matching, and reversing library for Javascript in Node and the browser.
MIT License
352 stars 34 forks source link

No issue #7

Closed Marak closed 9 years ago

Marak commented 9 years ago

Everything worked better than expected.

Thank you!

+9000

rcs commented 9 years ago

Thank you! Happy to hear it!

ivan-kleshnin commented 8 years ago

I second this.

I just wanted to find no-bullshit route matching library (no frameworks, no callbacks, no nested routes, no window.location checks etc.). I'm able to extend that defaults if I'll ever need to... At the same time, I wanted reversability which is often missed from routing libs.

Congrats on nailing that balance :+1: