Fork me on GitHub
#helix
<
2022-11-12
>
lilactown01:11:10

IMO the parent component should be in control of the key, not the child component

lilactown01:11:16

I also don't like spreading an entity in the props of a component. much prefer

($ habit-item
   {:habit habit
    :key (::habit.model/id habit)})

dvingo15:11:45

Good deal, that makes sense to me