不知答案尚可求,不知问题何以谋。
#React #RSC 通过将客户端交互逻辑封装为可复用组件并用其包裹服务器组件,实现数据留在服务端、交互留在客户端的清晰组合模式。
https://aurorascharff.no/posts/server-client-component-composition-in-practice/
https://aurorascharff.no/posts/server-client-component-composition-in-practice/
#React Local Storage是浏览器的数据“硬盘”,而Context/Redux/Zustand是React的“内存管理器”。两者职责不同,不能互相替代。
https://www.developerway.com/posts/local-storage-instead-of-context
https://www.developerway.com/posts/local-storage-instead-of-context
#React 2025年React日历组件的6个最佳库,从实际性能角度对这些库进行了排名,并给出了一个明确的胜者以及在特定情况下选择其他替代品的理由。
https://www.builder.io/blog/best-react-calendar-component-ai
https://www.builder.io/blog/best-react-calendar-component-ai
#React #文章 如果你只想“加点响应式”但又不想上框架,这段 20 行的 bindSignals 就够用了;后续可按需求逐步扩展。
https://thathtml.blog/2025/08/declarative-html-binding-with-signals/
https://thathtml.blog/2025/08/declarative-html-binding-with-signals/
#CSS 文章介绍了CSS新特性`scroll-target-group`及其与`:target-current`伪类的结合使用,能够轻松实现滚动侦测效果(如目录高亮)。该特性目前仅在Chrome 140中支持,可通过`@supports`检测实现渐进式增强,同时在无障碍性方面符合常规要求。
https://una.im/scroll-target-group/
https://una.im/scroll-target-group/
#React Waku(RSC 的极简 React 框架)现在支持 Vite RSC。
https://newsletter.daishikato.com/p/waku-gains-vite-rsc-support
https://newsletter.daishikato.com/p/waku-gains-vite-rsc-support
#tailwindcss #CSS 《Tailwind 与原生 CSS 结合》Tailwind CSS 4 通过全面转向原生 CSS 变量和改进的配置方式,实现了与传统 CSS 的无缝融合,解决了之前版本的争议性问题。它引入了“非病毒”模式(“Non-Viral”),允许开发者在不影响现有 CSS 架构或设计系统的情况下灵活使用 Tailwind 的工具类或纯 CSS,极大地提升了开发体验,让作者从批评者转变为支持者,标志着 Tailwind 与原生 CSS 的完美结合。
https://thathtml.blog/2025/08/tailwind-and-css-friends-at-last/
https://thathtml.blog/2025/08/tailwind-and-css-friends-at-last/
#React 探讨了React中单页应用(SPA)的现状与未来。介绍了SPA中“边获取边渲染”模式的优势,如节省时间、提升用户体验。提及React Server Components(RSC)在SPA中的潜在应用,即使无服务器也可在构建步骤中生成RSC。强调React 18并发特性(如useTransition和useDeferred)对提升复杂应用交互性能的重要性,以及预加载策略对多页面用户流程的优化作用。
https://www.felgus.dev/blog/future-spa
https://www.felgus.dev/blog/future-spa
#Node #文章 node 版本管理工具可能会拖慢你的终端?
NVM (warm): 148-217ms per switch
FNM (warm): 4-5ms per switch
Volta (warm): 2-3ms per switch
https://nodevibe.substack.com/p/the-500x-performance-gap-between
NVM (warm): 148-217ms per switch
FNM (warm): 4-5ms per switch
Volta (warm): 2-3ms per switch
https://nodevibe.substack.com/p/the-500x-performance-gap-between
#文章 模块联邦(Module Federation)是实现高自治、跨框架微前端架构的核心方案,通过运行时动态集成、共享依赖管理和独立部署,解决企业级前端应用的技术债务与团队协作痛点,适用于React与Angular混合环境,但需严格管理版本兼容性与通信规范。
https://developersvoice.com/blog/frontend/micro-frontends-with-react-and-angular/
https://developersvoice.com/blog/frontend/micro-frontends-with-react-and-angular/