Hacker News new | ask | show | jobs
by throwaway4good 1695 days ago
I am I the only who finds this library a wee bit overengineered?
1 comments

what part is over-engineered?
All of it.

Think of it this way. How would you do routing in a React app from scratch:

1. Listen for changes in the URL.

2. Parse the new URL into a routing object.

3. Pass the routing object down through the component hierarchy.

You can do that in maybe 5-10 lines of straightforward code.