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
we seem to want to deprecate the usage of magic refs discussion https://discord.com/channels/722131463138705510/1435384712443990096 Consideration is that upon release magic refs usage should be marked as deprecated, and people could use signals instead, as we support ref arrays as ref={[props.ref, myref]}
It would be nice to remove relevance of createEffect and put it as lower as possible on a list. In an example, if there's a list that list createEffect and createMemo, createMemo should come first, and anything createEffect should come last.
Personal notes., but to consider. before Solid v2, subject to change.
use:discussion https://discord.com/channels/722131463138705510/1435384712443990096 Consideration is that upon releaseuse:usage may be marked as deprecated.magic refsdiscussion https://discord.com/channels/722131463138705510/1435384712443990096 Consideration is that upon releasemagic refsusage should be marked as deprecated, and people could use signals instead, as we support ref arrays asref={[props.ref, myref]}createMutableseems to be removed but its still available in solid-primitives https://primitives.solidjs.community/package/mutable/createEffectand put it as lower as possible on a list. In an example, if there's a list that listcreateEffectandcreateMemo,createMemoshould come first, and anythingcreateEffectshould come last.May edit to link/add references.