|
|
|
|
|
by spinlock
1322 days ago
|
|
As someone who started off in Ember and then began developing in React: I've never liked React Router. IMO, the url is best treated as data because it doesn't work well as part of the presentation layer. The interesting part (for me) is that I'm pretty locked into React because of Shopify's Polaris project. |
|
Disclaimer: I'm building a non-js frontend framework and for me the URL is a serialized representation of Application state modulo runtime data.