Hacker News new | ask | show | jobs
by wlindner 3221 days ago
I prefer https://github.com/alex3165/react-mapbox-gl over this library. It seems better maintained and documented.
3 comments

I think it's way better than the Uber library. We tried both and ended up going with this version and it was much more flexible for our needs.
That's a good library but I had a hard time getting it to work with server side rendering. Ended up having do to a dynamic import with Next.js 3 beta just to get the page to work. This problem affects most mapping libs, not sure if Uber's is any different.
Uber's library was the reason i moved to alex3165's version. Every update came with a day of debugging. Hopefully the new version is any better.