Freigeben über


WebpackDevMiddlewareOptions.ReactHotModuleReplacement Eigenschaft

Definition

Wenn true, aktiviert React spezifische Erweiterungen für das HmR-Feature (Hot Module Replacement) von Webpack. Dadurch können React Komponenten aktualisiert werden, ohne ihren In-Memory-Zustand zu verlieren.

public:
 property bool ReactHotModuleReplacement { bool get(); void set(bool value); };
public bool ReactHotModuleReplacement { get; set; }
member this.ReactHotModuleReplacement : bool with get, set
Public Property ReactHotModuleReplacement As Boolean

Eigenschaftswert

Gilt für: