integrant

2022-09-28T17:14:00.880709Z

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
erwinrooijakkers 2022-10-17T08:11:40.426659Z

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.

erwinrooijakkers 2022-10-17T10:12:11.239869Z

wondering how to support composite keys

2022-09-28T17:14:06.586009Z

@erwinrooijakkers