Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle users with unsupported browsers #56

Open
Grsmto opened this issue Oct 2, 2018 · 0 comments
Open

Handle users with unsupported browsers #56

Grsmto opened this issue Oct 2, 2018 · 0 comments
Assignees

Comments

@Grsmto
Copy link
Contributor

Grsmto commented Oct 2, 2018

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.
@Grsmto Grsmto self-assigned this Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant