...
Deck GL : Deck.gl is a vis tool created by Uber which is a great choice for 2D and 3D vis handling very large amounts of data. This tool takes advantage of client’s GPU power to facilitate the vis using machine level shader code such as WebGL.
Pros:
not too heavy but heavier than mapbox
uses mapbox basemaps
3D enabled and big data vis
use of low-level shaders code to create incredibly creative layers beyond points, lines and polygons
Cons:
Not optimized to handle large datamore complicated code syntax
...