Y
Hacker News
new
|
ask
|
show
|
jobs
by
H1Supreme
176 days ago
How do you handle routing with plain React?
2 comments
codedokode
175 days ago
React is an implementation of View component of MVC, View is responsible for displaying Model contents, not for handling routes. You are trying to use the wrong tool.
link
yawaramin
165 days ago
That's what we've been trying to tell you!
link
CooCooCaCha
176 days ago
Using built-in browser apis. Not sure what you’re getting at.
link