Code Splitting ClojureScript

Code Splitting has been around for a while but I feel it is somewhat underused in most ClojureScript projects and there aren’t many examples showing how you actually use it. Once your project reaches a certain size you should definitely investigate splitting your code into multiple :modules (often called “chunks” elsewhere) and delay loading code until it is actually required.

Forgot to post this here in case you missed the reddit post or my tweet.

8 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.