CHECKING STATUS
I AM LISTENING TO
|

Javascript Library Highlights 2025

LAST MODIFIED: 14. August 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 these 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)
npm install lightgallery
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

Spend a lot of time with Vikunja (cubicFUSION Vikunja Importer) lately, one thing that it is currently missing is an easy way to style the interface. Especially the task view is just one long page without any clear section separation. LET’S TWEAK IT Here a quick starting point to tweak the style quickly. You can […]

File synchronization is usually treated as a cloud problem. Put the folder in Dropbox, Google Drive, OneDrive, or iCloud, wait for everything to upload, and hope the storage quota, privacy model, transfer speed, and client support all line up with your workflow. That works for office documents. It gets awkward fast when you are syncing […]

An Elementor widget that renders a fully configurable honeycomb grid. Each hexagon cell carries an icon or image, title, text, and a link. The grid supports two orientations, responsive column and size controls, rounded corners, hover effects, hover-reveal modes, per-cell style overrides, a media-gallery source with lightbox, auto-fit columns, background fill, and drop shadows. Content […]

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.