You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the bundle runs on the server side, useEffect is not executed. ICE can omit any useEffect code to reduce the bundle size.
Usage example | 使用示例
No response
Detailed design | 方案设计
Server React API optimization including useEffect, useLayoutEffect and useState.
Add an SWC plugin to implement this functionality, with special attention to the handling of the bindingScope Indent.
This feature is optional, and it can be active by user config.
Additional context | 额外信息
No response
The text was updated successfully, but these errors were encountered:
Summary | 概述
No response
Motivation | 背景
When the bundle runs on the server side, useEffect is not executed.
ICE
can omit anyuseEffect
code to reduce the bundle size.Usage example | 使用示例
No response
Detailed design | 方案设计
Server React API optimization including
useEffect
,useLayoutEffect
anduseState
.Add an SWC plugin to implement this functionality, with special attention to the handling of the bindingScope Indent.
This feature is optional, and it can be active by user config.
Additional context | 额外信息
No response
The text was updated successfully, but these errors were encountered: