Fork me on GitHub
#figwheel-main
<
2023-03-21
>
Alejandro17:03:18

Hello. I'm migrating to deps.edn, and there's a key in project.clj, :on-jsload, for a function that renders app to a div. Everything else works fine, reloads on save, but it doesn't get rendered initially when I load the page. How to configure this with deps.edn? UPDATE: Ah, I figured it out. It seems, you specify the whole ns instead of a function, so I now just have an invocation of said function: (reload).