Fork me on GitHub
#om
<
2018-06-29
>
andreasklein12:06:43

Can I get om-next to normalise nested lists into its default db format? I currently have a list of persons where each has a list of contact-persons and om-next only normalises the top level person list when loading its app state.

souenzzo18:06:46

@andreasklein you can play with om/tree->db and om/db->tree to check if your components/idents normalize your data.