FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I was tired of next-themes being abandoned, so I built a drop-in replacement
How-ToWeb Development

I was tired of next-themes being abandoned, so I built a drop-in replacement

via Dev.to ReactJakub5h ago

next-themes has 22 million weekly downloads . It hasn't had a release in over a year. There are 43 open issues and 16 unmerged PRs sitting there , including React 19 compatibility bugs that affect every project upgrading to Next.js 16. I got tired of waiting. So I built @wrksz/themes . The problem with next-themes When Next.js 16 and React 19 dropped, projects started hitting a wall. The most common issues: React 19 script warning - next-themes renders an inline <script> inside a Client Component. React 19 started warning about this explicitly: Encountered a script tag while rendering React component. Scripts inside React components are never executed when rendering on the client. Stale theme with cacheComponents - next-themes uses useState + useContext , which causes stale theme values when React's Activity or cacheComponents suspend and resume a subtree. Your theme gets stuck. __name minification bug - production builds that minify function names break next-themes internals silently.

Continue reading on Dev.to React

Opens in a new tab

Read Full Article
0 views

Related Articles

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward
How-To

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward

TechCrunch • 3h ago

Build Days That Actually Mean Something
How-To

Build Days That Actually Mean Something

Medium Programming • 4h ago

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.
How-To

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.

Dev.to Beginners • 9h ago

The origin story of Apple’s long-running relationship with FoxConn
How-To

The origin story of Apple’s long-running relationship with FoxConn

The Verge • 9h ago

How to Optimize Big Data Platform Costs Across the Data Lifecycle
How-To

How to Optimize Big Data Platform Costs Across the Data Lifecycle

Hackernoon • 9h ago

Discover More Articles