Comment by H1Supreme 2 months ago How do you handle routing with plain React? 3 comments H1Supreme Reply codedokode 2 months 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. yawaramin 1 month ago That's what we've been trying to tell you! CooCooCaCha 2 months ago Using built-in browser apis. Not sure what you’re getting at.
codedokode 2 months 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. yawaramin 1 month ago That's what we've been trying to tell you!
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.
That's what we've been trying to tell you!
Using built-in browser apis. Not sure what you’re getting at.