|
|
|
|
|
by eastbound
399 days ago
|
|
It doesn’t do the internal navigation. And since React doesn’t have built-in support for pushState (Yes I know React Router, but it really wants a hash router), you really need extra work for an internal router. And therefore, every beginner dev does it manually and slightly inconsistently. So yes, React is absolutely the driver, same as Java is guilty for Guava existing, because it should have been built-in and perfect. |
|
This doesn't sound right. The history API has been widely supported by all major browsers (including mobile) since 2013. React was also first released in 2013. Did React Router ever ship a version without a HistoryRouter.