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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changelog
⚡️ Features
Iteration using SignalVec. This is more of an experiment and there are some bugs. This will most likely be removed in a future version [[@lukechu10], #49]
Keyed iteration using Keyed and non-keyed iteration using Indexed which can iterate over a Signal<Vec>. This is the recommended way to iterate over a list of values [[@lukechu10], #51, #53 and #54]
Node references. Use the ref attribute to bind an HTML element to a NodeRef [[@lukechu10], #57]