riot / route

Simple isomorphic router
MIT License
212 stars 40 forks source link

route(from, to) #82

Closed Shyam-Chen closed 7 years ago

Shyam-Chen commented 7 years ago
route('/en', '/en/home');
route('/zh', '/zh/home');
cognitom commented 7 years ago

@Shyam-Chen is this a feature request for redirection? Unfortunately, the API route(string, string) is already used for this.

At this point, I'd like to close this issue. Feel free to reopen it. Pls describe more about what you think, then.