CHECKING STATUS
I AM LISTENING TO
|

Javascript Library Highlights 2025

10. February 2025
.SHARE

Table of Contents

On the old website I had a new single post for things I discovered and looked at! Crazy…

I will update this post with things I find, enjoy and you might like too over the coming months.
Far more organised on my own page now!

Awesome curated JS libraries & resources

Dynamic Web Applications

HTMX

htmx is a lightweight JavaScript library that enables modern, dynamic web applications using simple HTML attributes. It allows you to make AJAX requests, update the DOM, and create interactive pages without writing JavaScript.

htmx works by adding attributes to HTML elements, defining how they interact with the server.

Part of my toolbox for years and a perfect fit when building sites with WordPress.

Example 1: Load Content via AJAX

Clicking the button sends a GET request to /load-content and inserts the response into #result.

Example 2: Submit a Form Without JavaScript

Submits the form without reloading and displays the response inside #message.

Example 3: Infinite Scrolling

Automatically loads more content when the user scrolls down and reveals the element.

Hyperscript

HyperScript is a declarative scripting language designed to enhance interactivity in web applications without writing complex JavaScript. It works as a lightweight alternative to JavaScript for handling events, animations, and UI interactions directly within HTML.

It is often used alongside htmx to simplify frontend development by keeping logic inside HTML attributes instead of writing separate JavaScript files.

Instead of writing JavaScript like this:

You can replace it with a simple HyperScript attribute:

When clicked, the button toggles the .active class on #box.

3D Viewer

Babylon.js Viewer

Babylon.js Viewer is a ready-to-use web-based viewer for rendering 3D models using the Babylon.js engine. It simplifies the process of embedding and displaying 3D content in a web page without requiring deep knowledge of the Babylon.js framework.

Key Features of Babylon.js Viewer:

Easy Embedding: Allows you to display 3D models in an HTML page with minimal setup.

Supports Multiple File Formats: Compatible with glTF, .obj, .stl, .babylon, and more.

Customizable UI: Offers built-in UI controls like zoom, rotation, and environment lighting.

Configurable via HTML & JavaScript: Can be used directly with HTML tags or JavaScript for advanced customization.

WebGL & WebGPU Support: Uses Babylon.js’s rendering capabilities for high-performance 3D rendering.

Works in All Modern Browsers: No additional plugins required—just a browser with WebGL support.

How to Use Babylon.js Viewer

You can quickly integrate it into your webpage by adding the following script:

This simple code will load and display a 3D glTF model inside a <babylon> HTML tag.

Advanced Usage with JavaScript

If you need more control over the viewer, you can initialize it via JavaScript:

When to Use Babylon.js Viewer?

• When you need a quick way to embed 3D models in a webpage.

• If you want a lightweight viewer without setting up a full Babylon.js scene manually.

• For non-developers who want to display 3D models without deep coding knowledge.

• In e-commerce, gaming, and architectural visualization projects.

Gallery

lightGallery

lightGallery is a powerful, flexible, and feature-rich JavaScript library for creating responsive, touch-friendly, and highly customizable image and video galleries. It is often used for websites requiring an elegant and interactive lightbox experience.

Key Features

  • Responsive Design – Ensures your gallery looks great on all devices.
  • Touch & Gesture Support – Smooth mobile experience with swipe gestures.
  • Supports Videos – Embed YouTube, Vimeo, Wistia, and self-hosted videos.
  • Lightweight & Fast – Optimized for performance with minimal dependencies.
  • Highly Customizable – Modify themes, animations, and layout styles.
  • SEO & Accessibility Friendly – Supports captions, alt texts, and deep linking.
  • Plugin Extensibility – Enhance functionality with zoom, thumbnails, autoplay, and more.
  • Framework Compatibility – Works well with React, Vue, Angular, and jQuery.

Installation

There are multiple ways to install and use LightGallery.js. The most common methods are via npm or CDN.

Using npm (Recommended for Developers)
Using a CDN (Quick Setup)

Add the following links to your HTML file:

Basic Implementation

Setting up a gallery with LightGallery.js is quick and easy. Follow these steps:

1. Create an Image Gallery
2. Initialize LightGallery

This script will activate the gallery with zoom and thumbnail plugins enabled.

Let’s Talk!

Looking for a reliable partner to bring your project to the next level? Whether it’s development, design, security, or ongoing support—I’d love to chat and see how I can help.

Get in touch,
and let’s create something amazing together!

RELATED POSTS

Introduction Iframely is a powerful oEmbed proxy service that helps web developers embed content from over 1,800 domains through custom parsers, oEmbed, Twitter Cards, and Open Graph protocols. While Iframely offers a hosted cloud solution, many developers prefer self-hosting for cost savings, data privacy, and customization reasons. In this guide, we’ll walk through the process […]

Embedding Vimeo videos on your website provides a seamless viewing experience for your visitors without requiring them to navigate away to Vimeo’s platform. This guide explores various methods for embedding Vimeo videos, with a focus on programmer-friendly solutions that offer customization and control. Basic Embedding Options Standard iframe Embed The simplest way to embed a […]

Visual connections between UI elements are essential in modern web applications. Whether you’re building flowcharts, org charts, mind maps, or just want to highlight relationships between components, leader lines are a powerful visual tool. This post explores 10 top JavaScript libraries that make it easy to connect elements with paths, arrows, and more. 1. Leader […]

Alexander

I am a full-stack developer. My expertise include:

  • Server, Network and Hosting Environments
  • Data Modeling / Import / Export
  • Business Logic
  • API Layer / Action layer / MVC
  • User Interfaces
  • User Experience
  • Understand what the customer and the business needs


I have a deep passion for programming, design, and server architecture—each of these fuels my creativity, and I wouldn’t feel complete without them.

With a broad range of interests, I’m always exploring new technologies and expanding my knowledge wherever needed. The tech world evolves rapidly, and I love staying ahead by embracing the latest innovations.

Beyond technology, I value peace and surround myself with like-minded individuals.

I firmly believe in the principle: Help others, and help will find its way back to you when you need it.