Skip to content

Hash based vs Pseudostatic routing

nin-jin edited this page May 9, 2020 · 3 revisions

Hash based: http://example.org/#product=123/order

  • One more symbol
  • Can not navigate to element by id

Pseudo static: http://example.org/product=123/order

  • Server-side routing required
  • Can not use static server
  • Can not use CDN
  • Can not use in Cordova
  • HTML сache littering