Cool things recently happened in #JavaScript land:
- https://www.infoq.com/news/2025/10/deno-2-5-released/ a new version of #Deno with permission sets and hooks in test API
- https://www.infoq.com/news/2025/10/meta-ships-react-19-2/ a new release of #React with Activity API, partial prerendering and cache signals
🧡
#react #reaction #viraliza #fyp #foryou
React学習ログ No.14
https://qiita.com/maedaHARUYA/items/cbbe4bfc234b7000bed2?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
One Year with Next.js App Router — Why We're Moving On
https://programming.dev/post/39695720
React vs. Backbone in 2025, by (not on Mastodon or Bluesky):
https://backbonenotbad.hyperclay.com/
#react #backbone #comparisons #frameworks
So you're building a web SPA with NextJS. What would you use for creating an Android app from it (and potentially an iOS app further down the line)?
Maybe you'd throw out NextJS and start over? Using what tech? #SPA #NextJS #react #flutter
React vs Backbone in 2025
https://lemmy.world/post/37844402
#react #reaction #viraliza #fyp #foryou
React vs. Backbone in 2025
Link: https://backbonenotbad.hyperclay.com/
Discussion: https://news.ycombinator.com/item?id=45702558
React学習ログ No.13
https://qiita.com/maedaHARUYA/items/e964eb78681c7050ccd0?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Biome 2.3 já chegou com suporte para Vue, Svelte e Astro
🔗 https://tugatech.com.pt/t73395-biome-2-3-ja-chegou-com-suporte-para-vue-svelte-e-astro
#blog #css #framework #frontend #html #javascript #react #Svelte #typescript #web
🌘 React 與 Backbone 在 2025 年的對比:進步的幻覺與抽象的代價
➤ 一場關於前端開發演進的深刻反思
✤ https://backbonenotbad.hyperclay.com/
文章比較了 2025 年的 React 與 2010 年的 Backbone 在實現相同功能時的程式碼。作者指出,儘管 React 擁有龐大的生態系統和多年的開發投入,但其程式碼複雜度和學習曲線,與 Backbone 的明確直接相比,顯得進步甚少。React 的抽象化帶來了表面上的簡潔,卻隱藏了底層的複雜性,使得初級開發者難以理解其運作機制,容易陷入由內部機制(如調和、渲染階段、依賴項管理)引發的難題。相較之下,Backbone 和 jQuery 的直接操作 DOM 模式更易於追蹤和理解,作者質疑對於大多數小型應用程式,React 的魔法是否必要,並探討是否存在更直觀、易於除錯的開發模型。
+ 這篇文章觸及了前端開發者長久以來的痛點!React 的確強大,但有時候那種「魔法」真的讓人頭痛欲裂。
+ 我同
#網頁開發 #前端框架 #React #Backbone #JavaScript