https://medium.com/@ericclemmons/react-event-preventdefault-78c28c950e46
https://facebook.github.io/react/docs/events.html
event.preventDefault();
// Let's stop this event.
event.stopPropagation();
// Really this time.
handleKeyDown(event) {
if (event.keyCode === 13) {
event.preventDefault(); // Let's stop this event.
event.stopPropagation(); // Really this time.
alert("Is it stopped?");
// "Hahaha, I'm gonna submit anyway!" - Chrome
}
}
concat
CSS3: High-level advice and guidelines
https://css3.webgeeker.xyz/
https://cssguidelin.es/
https://react2.webgeeker.xyz/acknowledgements.html
3D GIS
https://gis.webgeeker.xyz/
https://xgqfrms.maps.arcgis.com/home/index.html