Leaflet might be a bit more popular than jQuery. We know about 140 links to it since March 2021 and only 103 links to jQuery. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
When working with interactive maps, two concepts sit at the foundation: zoom levels and tiles. Without them, platforms like Google Maps, Leaflet, or MapLibre GL would be impossible. Instead of loading one massive image, modern maps are composed of tiles โ small 256ร256 px squares that fit together in a grid. As you zoom in, the number of tiles grows exponentially, providing more detail at higher levels. - Source: dev.to / 18 days ago
I'm building Concert Map [1], an interactive map of live music events all over the world. I was frustrated with how difficult it was to find concerts and festivals when travel plans are flexible. Questions like: - Is there any show I could catch on my next cross country road trip? - I want an excuse to visit Seattle this summer, is there a good weekend I could pick where I could see live music there or along the... - Source: Hacker News / about 1 month ago
It is implemented using web maps technology (https://leafletjs.com/), similar to e.g. The Google Maps satellite view. The screenshots are then served pre-assembled into quadratic map tiles at different zoom levels. This way the client only ever has to load and display a hand ful of relevant tiles. - Source: Hacker News / about 2 months ago
Leaflet is a lightweight and powerful JavaScript library for building interactive maps. By default, Leaflet comes with simple map markers, but in many applicationsโespecially those involving points of interest, events, or brandingโyouโll want to customize how those markers look. - Source: dev.to / 4 months ago
In this tutorial, weโll walk through how to create a custom map using a large image in Leaflet, a lightweight JavaScript library for building interactive maps in web applications. - Source: dev.to / 4 months ago
jQuery simplified AJAX syntax dramatically, which is why it became so popular. If you're working with a project that already uses jQuery (like many WordPress themes and plugins), its AJAX methods are very convenient. - Source: dev.to / 22 days ago
When I was building a quick frontend to the LLM game, I used jQuery to quickly whip out a prototype. Only after I was happy with it, I ported the code to the modern DOM API. As a result, I totally removed the dependency on jQuery. This whole experience makes me wonder, do people still use jQuery, in this age of frontend engineering? I took some time over the weekend to port one of my old jQuery plugins. This is... - Source: dev.to / 5 months ago
Whenever the number of items increased, the browser became slow, sometimes even unresponsive. At first, we thought it was a server issue or maybe too much data. But no โ the problem was hiding inside a small line of jQuery. - Source: dev.to / 6 months ago
Ah, jQuery โ the library that powered a generation of web apps. - Source: dev.to / 6 months ago
Then we have callbacks, which were popularized by AJAX calls. Back then, with jQuery, we could define handlers to deal with both success or failure cases. For instance, let's say we want to fetch the HTML markup of this blog (skipping error failure callback for brevity), we do. - Source: dev.to / 6 months ago
React Native - A framework for building native apps with React
Babel - Babel is a compiler for writing next generation JavaScript.
Google Maps - Find local businesses, view maps and get driving directions in Google Maps.
OpenSSL - OpenSSL is a free and open source software cryptography library that implements both the Secure Sockets Layer (SSL) and the Transport Layer Security (TLS) protocols, which are primarily used to provide secure communications between web browsers and โฆ
Composer - Composer is a tool for dependency management in PHP.
jQuery UI - Curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library