-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MapEntries
control flow component.
#728
Conversation
🦋 Changeset detectedLatest commit: 533c821 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
All good but this should be added to the |
Ok |
|
Some food for bikeshedding (I really do not care, just bringing it up cuz why not), as of 9ebe450 ,
Ah, I probably pasted the wrong link; updated the post >_> |
Let's stick with |
better docs Co-authored-by: Damian Tarnawski <gthetarnav@gmail.com>
This PR adds
<MapEntries>
, which is a small iteration on<Entries>
. A character-level diff may be useful when reviewing this PR, as most of my changes were copy/paste/modify. E.g. https://www.diffchecker.com/zRdYuasY/ (note the "Highlight change", "Character" option on the left side. (That link expires in a month - there is no permanent option.))I also add a demo for
<Entries>
,<MapEntries>
, and ReactiveMap working with<MapEntries>
, which accounts for most of the linecount. Here's a video of the<MapEntries>
demo showing how it's fine-grained.chrome_F9oHokxTNJ.mp4
If this gets accepted I'll also contribute
<SetEntries>
in a followup.