What is this hook in SolidJS #1098
|
Present in SUID link |
Answered by
wakaztahir
Nov 2, 2023
Replies: 1 comment
|
Its used in combination with createRenderEffect and onCleanup because during development, duplicate elements can appear, As used in SUID |
0 replies
Answer selected by
wakaztahir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
useAssetsis a hook that can insert an asset / component into headIts used in combination with createRenderEffect and onCleanup because during development, duplicate elements can appear, As used in SUID