(no title)
patricktttt4 | 5 months ago
You're right that this is a common issue, but it's not inherent to React itself. React apps can absolutely have bookmarkable URLs and proper navigation using client-side routing (React Router, Next.js router, etc.). The problem is that some developers don't implement this correctly, they build everything as modal overlays or state changes without updating the URL. It's definitely a best practice that should be followed, but unfortunately isn't always.
No comments yet.