Fork me on GitHub
#reagent
<
2020-05-21
>
Franklin07:05:00

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

Franklin08:05:54

Thanks for responding @U2FRKM4TW , although I'm not using shadow-cljs, so I'm not sure this example will help me solve my problems

athomasoriginal21:05:57

are you using Figwheel?

Pavel Klavík19:05:01

I would recommend switching to Shadow-cljs, works similarly, but many other things like code splitting pr webworkers are solved there.

athomasoriginal00:05:45

There’s no reason to switch off of Figwheel. Code Splitting is doable with both of the tools.