Chapter 8. Bundling ClojureScript for Production

We've almost come to the end of our journey together in learning ClojureScript. In this final chapter, we'll cover subjects relevant to readers interested in shipping their applications to production environments. In particular, we'll focus on the details of testing, configuration, and deployment as they pertain to ClojureScript applications. This chapter's major areas of focus are the following:

  • Testing your application with cljs.test
  • Advanced ClojureScript compilation options
  • Deploying Clojure and ClojureScript applications in a Docker container

Testing your application with cljs.test

In this section, we'll take a look at how to configure your ClojureScript application or library for testing. As usual, ...

Get Learning ClojureScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.