I\'m working on an app using Leaflet (via react-leaflet). Leaflet directly manipulates the DOM. The react-leaflet library doesn\'t change that, it just gives you React compo
According to the new documentation: https://reactjs.org/docs/react-dom-server.html
The following methods can be used in both the server and browser environments: renderToString() renderToStaticMarkup()
The following methods can be used in both the server and browser environments: