3
Someone who works with SPA knows the best way to work with the back button of the browser?
For example, we have a list of users and the detailing of these users through a click. When we are on the "page" of detailing some user we need to, when clicking the back button of the browser, return to the list of users.
It is not nearly impossible to use history API without a serverside language. The hard part is managing SEO with javascript routing, regardless of the type of javascript routing used. In addition, google supports this in https://support.google.com/webmasters/answer/174992?hl=en
– jefersondaniel