Deprecated Features for Qwik

These features were deprecated in the preparation of Qwik for its stable release.

If you happened to come across one of them and don't know what its replacement is, we quickly mention them in this table with the link to their new documentation ✨.

Deprecated functions and their replacements


DeprecatedReplacements
useWatch$useTask$
useMount$useTask$
useServerMountuseTask$ + isServer
useClientMountuseTask$ + isBrowser
useClientEffect - useClientEffectQrluseVisibleTask$
useBrowserVisibleTask - useBrowserVisibleTaskQrluseVisibleTask$
useEnvDatauseServerData
useRefuseSignal
createContextcreateContextId

Contributors

Thanks to all the contributors who have helped make this documentation better!

  • nsdonato