FE Tycoon
#React #文章 如何将 ProseMirror 的渲染器从原生实现迁移到 React,并解决了 React 和 ProseMirror 在集成过程中遇到的诸多问题。
https://smoores.dev/post/why_i_rebuilt_prosemirror_view/
https://smoores.dev/post/why_i_rebuilt_prosemirror_view/
#React 学习如何使用 React Three Fiber 创建一个简化版的移动游戏《跳跳路》的克隆版。#ReactThreeFiber #Threejs #JavaScript #TypeScript
https://javascriptgametutorials.com/tutorials/react-three-fiber/crossy-road
https://javascriptgametutorials.com/tutorials/react-three-fiber/crossy-road
#React #文章 文章的核心观点是,Redux 以及大多数其他状态管理库可能已经不再适合现代的 React 开发,尤其是对于普通的 CRUD(创建、读取、更新、删除)企业级应用。作者认为,将应用描述为“全局状态”的方式往往是一种有害的思维模式,不利于模块化和封装。随着 React Hooks 的出现,许多新的状态管理库(如 Zustand、Recoil 等)开始流行,它们提供了更简单直观的 API,但 Redux 依然通过 RTK(Redux Toolkit)和 RTK Query 等形式存活下来。
https://www.bennett.ink/its-probably-time-to-stop-recommending-redux
https://www.bennett.ink/its-probably-time-to-stop-recommending-redux
#React #文章 如何在 React Router 中显示 404 页面
https://sergiodxa.com/tutorials/create-show-a-404-in-react-router
https://sergiodxa.com/tutorials/create-show-a-404-in-react-router
#React #文章 将 React 组件树视为状态机模型可以帮助阐明异步更新和 React 并发特性的影响。
https://jordaneldredge.com/blog/transitions-f-of-state/
https://jordaneldredge.com/blog/transitions-f-of-state/
#React #文章 讨论了如何在 React Router v7 中优化用户输入触发的请求,避免因快速连续输入导致的多次请求问题。
https://programmingarehard.com/2025/02/24/debouncing-in-react-router-v7.html/
https://programmingarehard.com/2025/02/24/debouncing-in-react-router-v7.html/
#React react-hook-form现在支持上面提到的标准schema。
https://github.com/react-hook-form/resolvers/releases/tag/v4.0.0
https://github.com/react-hook-form/resolvers/releases/tag/v4.0.0
#React #文章 useSyncExternalStore 实践应用:如何构建 React 库
https://tigerabrodi.blog/how-to-build-a-library-in-react
https://tigerabrodi.blog/how-to-build-a-library-in-react
#文章 #React react-router 中动态样式表(以前是 Remix)
https://sergiodxa.com/tutorials/load-dynamic-stylesheets-in-react-router
https://sergiodxa.com/tutorials/load-dynamic-stylesheets-in-react-router