Skip to content

Instantly share code, notes, and snippets.

@alieslamifard
Created September 6, 2019 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alieslamifard/80668a1a4206f849c104354b014c55c0 to your computer and use it in GitHub Desktop.
Save alieslamifard/80668a1a4206f849c104354b014c55c0 to your computer and use it in GitHub Desktop.
useEffect(() => {
console.log(Device());
})
// {
// "browser": {
// "name": "Safari",
// "version": "11.0"
// },
// "os": {
// "name": "iOS",
// "version": "11.0"
// },
// "platform": {
// "type": "mobile",
// "vendor": "Apple",
// "model": "iPhone"
// },
// "engine": {
// "name": "WebKit",
// "version": "604.1.38"
// }
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment