Chapter 7. Going Further with ClojureScript
At this point, you have all the tools you need to build serious, production-ready web applications in ClojureScript. You've learned how the language works, how to write functional and idiomatic code, and how to compose that code into greater web applications using the latest industry best practices. We could call it a day here, but we won't. Instead, in this chapter, we'll take a look at some interesting libraries and subject domains in the ClojureScript ecosystem that are a little further afield from the subject matter we've covered so far.
The subjects we'll be examining in this chapter range from more esoteric core ClojureScript namespaces to third-party libraries such as Prismatic's schema
. We'll also take a look at two of the more interesting "core" libraries—libraries whose development process, like core.async
, is managed by Cognitect and the core ClojureScript development team...