Show HN: A React components library for building interactive maps
1–10 of 11 posts
Re: Show HN: A React components library for building interactive maps
#2While the library is geared towards building maps, the components can be used for generic (components include data aware Lists, Dropdowns, Range Sliders, Button Groups, Searchboxes, Calendars, Feeds, GeoDistance Search and sliders, Maps) UIs.
Some examples of such UIs built with the library are here - https://opensource.appbase.io/reactivemaps/#meetup.
Re: Show HN: A React components library for building interactive maps
#3Re: Show HN: A React components library for building interactive maps
#4Re: Show HN: A React components library for building interactive maps
#5Re: Show HN: A React components library for building interactive maps
#6Would this work with react native?
Re: Show HN: A React components library for building interactive maps
#7Something like that would require a rich set of objects to be arranged declaratively based on the visible bounds, such as labels, icons, lines, polygons, etc.
Re: Show HN: A React components library for building interactive maps
#8As someone who just wants a modern React-based replacement for Leaflet -- just a tile (vector would also be nice) renderer, and not the appbase.io (not familiar) stuff, not any of the filtering or querying -- can this be used standalone? Something like that would require a rich set of objects to be arranged declaratively based on the visible bounds, such as labels, icons, lines, polygons, etc.
We build on top of it to add the querying functionality and additional components (everything that is not a map).
Re: Show HN: A React components library for building interactive maps
#9As someone who just wants a modern React-based replacement for Leaflet -- just a tile (vector would also be nice) renderer, and not the appbase.io (not familiar) stuff, not any of the filtering or querying -- can this be used standalone? Something like that would require a rich set of objects to be arranged declaratively based on the visible bounds, such as labels, icons, lines, polygons, etc.
I've actually been wanting to fork it and expand it a bit to make it more feature-complete with Mapbox GL JS, but that's still in the works at the moment.
Re: Show HN: A React components library for building interactive maps
#10As someone who just wants a modern React-based replacement for Leaflet -- just a tile (vector would also be nice) renderer, and not the appbase.io (not familiar) stuff, not any of the filtering or querying -- can this be used standalone? Something like that would require a rich set of objects to be arranged declaratively based on the visible bounds, such as labels, icons, lines, polygons, etc.
You might want to check https://github.com/tomchentw/react-google-maps . We build on top of it to add the querying functionality and additional components (everything that is not a map).