Articles tagged "Frontend"
Posts on Orankit tagged "Frontend". 2 articles.
URL fragment (`#`) gotchas: server invisibility, SPA routing, OAuth implicit flow leaks, and scroll restoration
The URL fragment after `#` is intentionally not sent to the server, per RFC 3986 §3.5. That single rule cascades into "fragments don''t appear in server logs," "SPA hash routing has SEO costs," "OAuth implicit flow can leak access tokens," and several other recurring traps.
4 min read
Browser storage decision flow: localStorage, sessionStorage, IndexedDB, Cookie, Cache API
A use-case-driven walk through five browser storage options — capacity, lifetime, sync vs async, server visibility, SSR readability — with a decision flow and a recommendations cheat-sheet.
5 min read