Last 12 weeks · 12 commits
1 of 6 standards met
Repository: leerob/next-music-player. Description: A blazing fast, information dense media player built with Next.js. Stars: 821, Forks: 89. Primary language: TypeScript. Languages: TypeScript (98%), CSS (1.9%), JavaScript (0.1%). Homepage: https://next-tracks.vercel.app Topics: nextjs. Open PRs: 0, open issues: 1. Last activity: 1mo ago. Community health: 28%. Top contributors: leerob, cursoragent, vinaykulk621, ergenekonyigit.
Update all dependencies to their latest versions, including Next.js 16 and Tailwind CSS v4, to leverage new features and improvements. This update includes configuring Tailwind v4 with the PostCSS plugin, aligning Next.js 16 with , , and for streaming layouts, and adjusting React 19 typing and Drizzle ORM usage. [!NOTE] High Risk High risk because it upgrades core runtime/framework dependencies (Next.js/React/Tailwind) and changes caching/revalidation and layout rendering behavior, which can cause subtle runtime, styling, or data-staleness regressions. Overview Migrates the project to Next.js 16 + React 19 and updates a wide set of dependencies (including Drizzle, Zod, and Tailwind ecosystem) to current versions. Updates Tailwind to v4 by switching to the new + pattern and replacing global usage with explicit CSS variables. Aligns Next.js behavior by enabling /, wrapping the playlist layout section in for streaming, and updating playlist mutation queries to use . Notes for review:* has multiple args, making it easy to swap argument order at call sites; consider switching to a named-args object for safety. Written by Cursor Bugbot for commit 86e900aab8b6274a039ed28d625a02dfc1840bb5. This will update automatically on new commits. Configure here. Cursor Bugbot found 1 potential issue for commit 86e900a
Hello, I'm new to next and its ways of routing i want to write my own blog in next and i was gonna use this template as an starting point and inspiration but i cant understand how the db integration works not the technicalities but its purpose itself i may be lacking in knowledge of storing files in postures maybe but id like any input you can give me tldr:- can someone explain how mdx blog pages are stored in db or if I'm getting something wrong how its supposed to function edit:- i meant to add this on leerob/site repo but added it here