The best case scenario would be to use the LocalStorage API to save whether a user has visited before or not.
If yes, simply display the map.
If not, open up the Panel and display a welcome message.
Another, simpler but not ideal solution would be to show this message to all visitors, new and returning alike, by setting the panel status as open by default in App.js
The best case scenario would be to use the LocalStorage API to save whether a user has visited before or not.
Another, simpler but not ideal solution would be to show this message to all visitors, new and returning alike, by setting the panel status as
open
by default inApp.js