larrymyers / react-mini-router

A minimal URL router for React.js
MIT License
282 stars 38 forks source link

Href manipulations #8

Closed mpipet closed 9 years ago

mpipet commented 9 years ago

Hi,

I was wondering if some methods could be added to your lib:

Maybe its best to keep the lib light and add those method in a separate object, I'd like your opinion, I could make a PR later.

larrymyers commented 9 years ago

All of the manipulations you want to do are provided by existing libraries. My suggestion would be to either use:

https://github.com/hzdg/urllite.js http://medialize.github.io/URI.js

Either of these libraries will allow you do the url manipulations you've documented above.