DEV Community

Discussion on: Using mapbox-gl in React

Collapse
 
justincy profile image
Justin • Edited

I looked at some of those. They have a different philosophy by trying to put everything into React. I can see the appeal there, and maybe it'd be beneficial for really dynamic and interactive maps. I didn't felt the need to add a thick and complex layer between React and mapbox. I just needed to render a map in the right place at the right time. I was able to accomplish that with ~20 lines of code and no extra dependencies. Perhaps my usecase is just really basic.