2

It is more theoretical question, rather than some problem. I'm planning to develop some wrapper for leaflet (encapsulate work with leaflet for other developer teams with some API in/out), and I'm wondering if to use react-leaflet or to use native leaflet library.

There is very long list of available plugins for leaflet, and as far as i see only +-10 of them implemented for react-leaflet.

From your experience, does all the original leaflet plugins works fine with react-leaflet? How often do you encountered with problem and which one are not working at all?

mikabuka
  • 237
  • 3
  • 11
  • if you are use SSR check this link https://stackoverflow.com/questions/51265189/react-leaflet-map-error-in-server-side-rendering – saman khademi Nov 05 '18 at 07:59

1 Answers1

2

It should be possible to create a custom component for any react-leaflet extension.

Evan Siroky
  • 9,040
  • 6
  • 54
  • 73