reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
Franklin 2020-05-21T07:58:00.003900Z

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

2020-05-22T19:16:01.017800Z

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

athomasoriginal 2020-05-23T00:51:06.019100Z

@franklineapiyo Have you seen these guides? https://figwheel.org/docs/code_splitting.html and also https://clojurescript.org/guides/code-splitting?

athomasoriginal 2020-05-23T00:51:45.019500Z

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

p-himik 2020-05-21T08:05:57.004Z

For shadow-cljs: https://github.com/thheller/code-splitting-clojurescript

Franklin 2020-05-21T08:12:54.004300Z

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

athomasoriginal 2020-05-21T21:37:57.015Z

are you using Figwheel?