Medusa.js Has a Free API That Most Developers Dont Know About
Medusa is an open-source headless commerce platform. It provides REST and JS APIs for products, carts, orders, payments — build any storefront.
Curated development tutorials from top sources. Filter by language.
Medusa is an open-source headless commerce platform. It provides REST and JS APIs for products, carts, orders, payments — build any storefront.
Ofetch is a better fetch from UnJS. Works in Node, browsers, Workers with auto-retry and smart JSON. Usage import { ofetch } from "ofet
Ky is a tiny, elegant HTTP client for the browser and Deno. Built on fetch, it provides retry, hooks, timeout, and JSON parsing in just 3KB.
Valtio makes proxy-based state management simple. Mutate state directly — React auto re-renders. Usage import { proxy, useSnapshot } fr
H3 is a minimal HTTP framework from UnJS that powers Nitro and Nuxt server. It is ultrafast, works everywhere (Node, Deno, Bun, Workers), and has zero
Vinxi is the full-stack SDK powering SolidStart and TanStack Start. Composable routers for any app. Config import { createApp } from "v
Electric SQL syncs Postgres with local SQLite for local-first apps with real-time sync. Sync + Local Queries const electric = await ele
Unplugin lets you write bundler plugins once and they work across Vite, Webpack, Rollup, esbuild, and Rspack. Create a Universal Plugin
Effect is a TypeScript library for building robust, composable applications. Think of it as a type-safe runtime for managing errors, concurrency, depe
htmx lets you build modern, interactive web apps using HTML attributes instead of JavaScript frameworks. Its API surface is tiny but incredibly powerf
Turso is the edge database built on libSQL (a fork of SQLite). It gives you embedded database performance with global replication — and a powerful SDK
Three.js is the 3D library that powers thousands of immersive web experiences. Its API gives you WebGL, WebGPU, and physics — all in JavaScript.
D3.js is the most powerful data visualization library ever created. Most developers only use it for charts, but its modular API covers everything from
I recently shipped RenderPDFs — a simple API that converts HTML or URLs to PDFs. Here's the full breakdown: stack, architecture decisions, and the pa
NextAuth.js (now Auth.js) is the standard authentication library for Next.js. Its API handles OAuth, credentials, sessions, and JWTs with minimal conf
Originally published at nextfuture.io.vn Are You Still Writing React Boilerplate by Hand? If you spend more than half your day writing boi
Originally published at nextfuture.io.vn Is Your Next.js Development Still Mostly Manual? Next.js 15 brought a lot of new patterns — the A
SWR (stale-while-revalidate) is Vercel's data-fetching library for React. Its API is deceptively simple — but under the hood, it handles caching, reva
Jotai takes an atomic approach to React state — bottom-up, composable, and incredibly efficient. No stores, no reducers, no selectors. Atoms
Zustand is the minimalist state manager for React. No providers, no boilerplate, no context — just a hook and a store. Create a Store in 5 L