6 ms·
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 w
by spinlock 4y 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.
- aatd86 4y agoJust curious. What do you mean by the URL is best treated as data and what does remix do instead? Disclaimer: I'm building a non-js frontend framework and for me the URL is a serialized representation of Application state modulo runtime data.