Hey 👋 , does anyone know where I can find an example of an app that uses reagent and code splitting at the same time? one that I can look at on github just to see how it should/can be done. Thanks
I would recommend switching to Shadow-cljs, works similarly, but many other things like code splitting pr webworkers are solved there.
@franklineapiyo Have you seen these guides? https://figwheel.org/docs/code_splitting.html and also https://clojurescript.org/guides/code-splitting?
There’s no reason to switch off of Figwheel. Code Splitting is doable with both of the tools.
For shadow-cljs: https://github.com/thheller/code-splitting-clojurescript
Thanks for responding @p-himik , although I'm not using shadow-cljs, so I'm not sure this example will help me solve my problems
are you using Figwheel?