dumb q but helix - usable with next js?
I don't think so. Next dictates the server piece. If you want to use next as SPA (that is the main use of helix) you would need to make some hacks as explained in this post https://colinhacks.com/essays/building-a-spa-with-nextjs
IMO the parent component should be in control of the key, not the child component
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)})Good deal, that makes sense to me