'What is the best Solution for Modal in web but not modal in Mobile React
I am using React Js for web development and for the Login component I am using Modal, because of the design I have to change the modal into part of the web (not modal or full screen modal with header) in Mobile version (less than 560px), I think I can use window.innerwidth to check if web is opened in mobile or not and depending on whether it mobile, Modal or Component will be shown. but is it Correct way? There are many responsive websites that requires has modal but not modal on mobile version. How they have solved this problem? Thank you
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
