Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Handle users with unsupported browsers #56

Description

@Grsmto

Related to #12 and @josepmc suggestion:

React is supported until IE9 so the solution I would recommend:

  • Add a super simple <noscript/> for JS disabled users.
  • Implement React error boundaries and have an "error" page (can look like the 404) for any user that encounter JS error (IE9 up to whatever version we support). We usually bind it to Sentry (once we'll have that setup) to send the error there for tracking as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions