Tag: lib
All the articles with the tag "lib".
Tech Watch Posts
Introducing TanStack Router
Published: at 10:34 AMTanStack Router is a powerful and flexible router designed for frameworks like React, Solid, and Vue. It emphasizes performance, modularity, and ease of use, enabling developers to handle complex routing scenarios with minimal boilerplate. The router supports features like route matching, async data loading, and nested layouts, while being framework-agnostic. It’s built to integrate seamlessly with TanStack Query, providing an efficient way to manage both routing and data fetching in modern web applications.
jaqt: javascript queries and transformations
Published: at 03:34 PMJAQT is a JavaScript library that provides SQL and GraphQL-inspired functions, Array.select() and Array.where(), for working with arrays and objects. It enhances the native Array.map() and Array.filter() methods by adding syntactic sugar for easier querying, without introducing a custom query language. This allows users to perform complex data transformations using plain JavaScript, making the code both powerful and intuitive. The library is lightweight and flexible, designed for scenarios where ease of use is preferred over performance improvements.
Swapy
Published: at 08:57 AMSwapy is a framework-agnostic tool that enables drag-and-swap functionality in web layouts with minimal code. It allows developers to easily convert any layout into a drag-and-drop interface by specifying slots and items using simple HTML attributes. Swapy supports various frameworks like React, Vue, and Svelte, and provides options for customization, including animation styles and event listeners to track swaps. Installation is straightforward via package managers or CDN.