Fork me on GitHub
#integrant
<
2022-09-28
>
Joshua Suskalo17:09:00

If you're using integrant strictly for "maps with references", you might consider using a different library that doesn't have an emphasis on state management. e.g. rmap https://github.com/aroemers/rmap

☝️ 1
erwinrooijakkers08:10:40

Thanks, yes I saw that lib before 🙂 it’s not strictly for state management since we do use the init-keys as well for loading components, but all the stuff that does not need to be instantiated can be written using an rmap.

erwinrooijakkers10:10:11

wondering how to support composite keys