This documentation is in progress.
Reaflet is an integration of the Leaflet library,
adapting it's features for React.
IMPORTANT
Leaflet need's operate some features only available on
DOM to create and insert the content,
that's make not possible render the components on server.
Installing Reaflet
yarn add reafletjs
Importing base components
Loading Code Sample...
Adding the base components to render the map properly: Map and Tile Layer
You can find more tiles hereLoading Code Sample...