AutoAnimate - Add motion to your apps with a single line of code
A zero-config, drop-in animation utility that automatically adds smooth transitions to your web app. Use it with React, Solid, Vue, Svelte, or any other JavaScript application.
A Comprehensive Guide to Data Fetching in Nuxt 3 | Michael Hoffmann - Senior Frontend Developer (Freelancer)
With Nuxt 3's rendering modes, you can execute API calls and render pages both on the client and server, which has some challenges. For example, we want to avoid duplicate network calls, efficient caching, and ensure that the calls work across environments. To address these challenges, Nuxt provides a built-in data fetching library ($fetch) and two composable (useFetch and useAsyncData).
Svelte component that simplifies the creation of responsive images by automatically selecting the appropriate format based on the browser's capabilities.
How to Hide API Keys in Frontend Apps using Netlify Functions
Netlify is a popular web development platform that makes it easier to build, deploy, and manage websites. You can use Netlify to host websites, and it helps you update and release new changes. It also provides additional features such as security, user authentication and authorization services, and more. This
Create eye-catching and professional testimonials with Picyard. Choose from a variety of pre-designed templates, add star ratings, custom text, author image and name. No design skills required.
11 HTML best practices for login & sign-up forms—Martian Chronicles, Evil Martians’ team blog
Even popular sites fail to implement the 11 best practices mentioned in this article, and thus have at least one mistake. Use this checklist on your next pull request review that deals with any form.
Remark42 is a self-hosted, lightweight, and simple (yet functional) comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments.
If you’ve got a rounded corner on both the outside, and the inside of an element that both have the same value, it looks pretty weird. In this Little Design Tip, we dig into a formula to get relative rounded corners, along with a nice CSS utility to apply to your projects.
Perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.
The April issues of Maximum PC and MacLife are currently on sale at a newsstand near you—assuming there is a newsstand near you. They’re the last print issues of these two venerable computer magazines, both of which date to 1996 (and were originally known, respectively, as Boot and MacAddict). Start
How to create an api from markdown files with Next.js - Ironeko
Markdown can be an incredibly powerful tool, but a lot of content can start slowing down your site. This is a quick guide on how you can mitigate these issues with a static API and ISR.
Getting started with View Transitions on multi-page apps
Spurred by last week’s ShopTalk I rolled out View Transitions here on my static Jekyll site. I hadn’t realized View Transitions for multi-page apps (MPAs) and static sites are ready for testing behind a flag in Chrome 113+. View Transitions for MPAs are a feature that’s high on my CSS wishlist, so I got to it. It took less than an hour to do, requires zero JavaScript, and two lines of CSS. I’m pleased with the results.