首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏前端桃园

    来来来,尝试一下 React 18 !

    Dan Abramov 在这篇文章(https://github.com/reactwg/react-18/discussions/37) 中详细介绍了这个机制,感兴趣可以到评论区一起讨论。 你可以使用它和一些 loading 动画结合使用: { isPending && < Spinner / > } Ricky 在这篇文章(https://github.com/reactwg/react React 18 发布计划 React 18 官方介绍(https://github.com/reactwg/react-18/discussions/4)中提到的其他两个 API useDeferredValue Beta 版:至少在 Alpha 版本后的几个月 RC 版本:至少在 Beta 版发布后的几周 正式版:至少在 RC 版本发布之后的几周 参考 https://github.com/reactwg/react -18/discussions/4 https://github.com/reactwg/react-18/discussions/41 https://github.com/reactwg/react

    1.6K20发布于 2021-06-22
  • 来自专栏魔术师卡颂

    解读官方博客:React18真的来了

    https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html [2] 工作组地址: https://github.com/reactwg/react -18/discussions [3] 使用v18 Alpha: https://github.com/reactwg/react-18/discussions/9

    43330发布于 2021-07-07
  • 来自专栏前端三元同学

    React18 官方更新解读(文字版)

    https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html [2] 工作组地址: https://github.com/reactwg/react -18/discussions [3] 使用v18 Alpha: https://github.com/reactwg/react-18/discussions/9

    1.1K20发布于 2021-07-06
  • 来自专栏魔术师卡颂

    React18:新的SSR架构解决了什么问题?

    reactjs.org/blog/2021/06/08/the-plan-for-react-18.html [3] Automatic batching: https://github.com/Reactwg/React -18/discussions/21 [4] startTransition: https://github.com/Reactwg/React-18/discussions/41 [5] New Suspense SSR Architecture in React 18: https://github.com/Reactwg/React-18/discussions/37 [6] 关于SEO的问题: https ://github.com/reactwg/react-18/discussions/37#discussioncomment-842581

    1.5K30发布于 2021-07-07
  • 来自专栏code秘密花园

    React 18 RC 版本发布啦,生产环境用起来!

    想了解更多,可以看 React 18 官方工作组的博客:https://github.com/reactwg/react-18/discussions/22 批处理 React 中的批处理简单来说就是将多个状态更新合并为一次重新渲染 f); }); // 更新 DOM } 想了解更多可以看 React 18 官方工作组的博客:https://github.com/reactwg/react-18/discussions/21

    1.3K10编辑于 2022-04-08
  • 来自专栏CS成长之路

    React18 带来了什么

    https://github.com/reactwg/react-18/discussions/4Concurrency 到底做了什么Concurrent Render,作为这个版本引入的核心能力,到底做了什么事呢 New Suspense SSR Architecture in React 18 · Discussion #37 · reactwg/react-18在历史版本中,SSR 是针对整个 APP 的加载 API----useId: 在客户端和服务端同时生成新的unique id,以避免不必要的更新[useSyncExternalStore](<https://github.com/reactwg/react

    1.1K60编辑于 2022-08-06
  • 来自专栏WflynnWeb

    React 18 最新进展:发布 Beta 版本,公开测试新特性

    React 18 的库如下: Next.js Next.js 的最新版本支持 React 18 和并发特性: https ://nextjs.org/docs/advanced-features/react

    6.1K20编辑于 2022-10-28
  • 来自专栏魔术师卡颂

    为了生成唯一id,React18专门引入了新Hook:useId

    facebook/react/issues/4000 [2]New Suspense SSR Architecture in React 18: https://github.com/reactwg/react

    1.4K30发布于 2021-12-02
  • 来自专栏前端达人

    关于React18更新的几个新功能,你需要了解下

    来源 | https://github.com/reactwg/react-18/discussions 整理 | 杨小二 Facebook 团队已经发布了 React-18

    7.5K30发布于 2021-07-16
  • 来自专栏魔术师卡颂

    ​不数不知道,React已经有22个hook了

    useMemoCache: https://github.com/facebook/react/pull/25123 [2] useCacheRefresh: https://github.com/reactwg/react

    45920编辑于 2023-08-30
  • 来自专栏魔术师卡颂

    React 18不再依赖Concurrent Mode开启并发更新了

    : https://github.com/reactwg/react-18/discussions/64 [2]Demo地址: https://codesandbox.io/s/react-concurrent-mode-demo-forked-z7r0j

    1.4K20发布于 2021-11-23
  • 来自专栏cc log

    卷起来,前端建站SSG,SSR,ISR,Hydration, Island...一网打尽

    ---- 参考 https://github.com/reactwg/react-18/discussions/130 https://nextjs.org/docs/basic-features/data-fetching

    2.3K30编辑于 2022-09-26
  • 来自专栏魔术师卡颂

    从 Islands Architecture 看前端有多卷

    islands-architecture/ [2] TTI: https://web.dev/interactive/ [3] Selective Hydration: https://github.com/reactwg/react

    2.3K40编辑于 2022-11-22
  • 来自专栏cc log

    卷起来,前端建站SSG,SSR,ISR,Hydration, Island...一网打尽

    ---参考https://github.com/reactwg/react-18/discussions/130https://nextjs.org/docs/basic-features/data-fetching

    2.3K50编辑于 2022-08-29
  • 来自专栏Web前端

    🌱 React Server Components | 首屏渲染的降维打击

    <ProductList />, fallback: <ListSkeleton /> } ]} /></>流式优化四步法:将mode设为out-of-order允许乱序到达使用@next/react

    36321编辑于 2025-05-16
  • 来自专栏前端达人

    Claude Code架构解析:从编译原理到工程实践,深度剖析AI编程助手的底层逻辑

    Full-Stack-Web-App", "complexity": "Medium" } # 技术栈映射 TECH_STACK: { "frontend": { "framework": "React

    3.9K10编辑于 2025-08-08
  • 来自专栏前端三元同学

    种子轮融资 700 w,Astro 的正式发布给前端界带来了什么?

    组件的 hydrate,从而去执行 Comment 组件的 hydrate: 详情可见 React 18 SSR Architecture: https://github.com/reactwg/react

    1.5K10编辑于 2022-11-11
  • 来自专栏Nodejs技术栈

    关于React18更新的几个新功能,你需要了解下

    Facebook 团队已经发布了 React-18 。React 18 提供了许多开箱即用的功能。这些不仅增强了用户体验,而且使开发人员的生活更轻松。其中,有三个主要功能值得大家关注与学习了解。

    7.8K50发布于 2021-07-15
领券