react-device-detect is a potential way of determining whether or not we are on a mobile device, tablet, or desktop, giving us better control over what and how things are rendered.
For example, ContextMenus will be rendered differently on mobile than they will be on desktop.
It also has the additional benefit of being able to specifically target certain browsers (cough IE cough) and warn them that they might not operate the app correctly
react-device-detect is a potential way of determining whether or not we are on a mobile device, tablet, or desktop, giving us better control over what and how things are rendered.
For example, ContextMenus will be rendered differently on mobile than they will be on desktop.
It also has the additional benefit of being able to specifically target certain browsers (cough IE cough) and warn them that they might not operate the app correctly