<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sigmon</title>
    <description>The latest articles on DEV Community by Sigmon (@sigmondev).</description>
    <link>https://dev.to/sigmondev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3989219%2F70909c06-da99-4be1-9eaa-02451120cc21.png</url>
      <title>DEV Community: Sigmon</title>
      <link>https://dev.to/sigmondev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sigmondev"/>
    <language>en</language>
    <item>
      <title>The most-installed JS frameworks aren't the most-starred — I checked 14</title>
      <dc:creator>Sigmon</dc:creator>
      <pubDate>Wed, 17 Jun 2026 13:46:24 +0000</pubDate>
      <link>https://dev.to/sigmondev/the-most-installed-js-frameworks-arent-the-most-starred-i-checked-14-2pdl</link>
      <guid>https://dev.to/sigmondev/the-most-installed-js-frameworks-arent-the-most-starred-i-checked-14-2pdl</guid>
      <description>&lt;p&gt;GitHub stars are the default way we judge a JS project's popularity. But stars measure who's &lt;em&gt;watching&lt;/em&gt; a project, not who's &lt;em&gt;shipping&lt;/em&gt; with it. So I pulled GitHub stars and npm weekly downloads for 14 JS frameworks to see how far apart "mindshare" and "actual usage" really are.&lt;/p&gt;

&lt;p&gt;The gap was bigger than I expected.&lt;/p&gt;

&lt;h2&gt;
  
  
  The most-installed tools aren't the most-starred
&lt;/h2&gt;

&lt;p&gt;Three anchors: Hono has 31k stars and 44.8M installs/week. TanStack Query, 49.8k stars and 58.5M installs/week. Next.js, 140k stars and 37.9M installs/week. So the two tools with a &lt;em&gt;fraction&lt;/em&gt; of Next's stars both out-install it every single week.&lt;/p&gt;

&lt;p&gt;Ranked by downloads-per-star — how much a tool gets &lt;em&gt;used&lt;/em&gt; vs &lt;em&gt;admired&lt;/em&gt;:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Framework&lt;/th&gt;
&lt;th&gt;downloads-per-star&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Hono&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1,445x&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TanStack Query&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1,175x&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Next.js&lt;/td&gt;
&lt;td&gt;271x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vue&lt;/td&gt;
&lt;td&gt;255x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Svelte&lt;/td&gt;
&lt;td&gt;55x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Remix&lt;/td&gt;
&lt;td&gt;24x&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  downloads-per-star ranges ~60x across the set
&lt;/h2&gt;

&lt;p&gt;That's the real headline. How much a tool gets &lt;em&gt;used&lt;/em&gt; vs how much it gets &lt;em&gt;admired&lt;/em&gt; spans from ~24x (Remix) to ~1,445x (Hono) — a 60x spread. Stars and actual usage are barely correlated at the top.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the ratio, not absolute installs?
&lt;/h2&gt;

&lt;p&gt;npm download counts are noisy. CI pipelines re-install on every run, mirrors double-count, and now coding agents pull packages constantly. Absolute installs overstate real usage, and the inflation isn't even across tools.&lt;/p&gt;

&lt;p&gt;The downloads-per-star &lt;em&gt;ratio&lt;/em&gt; held up better as a signal: small drop-in libraries get added to &lt;code&gt;package.json&lt;/code&gt; and shipped without anyone bothering to star them, while big-name frameworks pile up stars from people who never deploy with them.&lt;/p&gt;

&lt;p&gt;You star what you admire. You install what you actually ship with.&lt;/p&gt;

&lt;h2&gt;
  
  
  The full 14
&lt;/h2&gt;

&lt;p&gt;I wrote up all 14 frameworks with the method and raw numbers here: &lt;a href="https://sigmon.dev/blog/state-of-framework-tools-2026-06" rel="noopener noreferrer"&gt;state of framework tools 2026&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>node</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
