Category google closure

Zero to Om - Act 5

In this part we will have a closer look at the app’s build configuration and discover what it can do for us. The source code can be found on GitHub. Note: I strongly recommend reading the previous post first if you haven’t done so already. The Build Config The project’s build configuration is defined in project.clj. It is written in Clojure and looks like this: ;; project.clj, part 1 (defproject todomvc "0.

Zero to Om

This is the first part of a series of blog posts about Om. If you don’t know anything about Om, don’t worry! You’ll learn everything step by step. Here are the basics: Om is a ClojureScript interface to Facebook’s React. If that doesn’t ring any bells, again, don’t worry! NOTE: I just started learning React.js, ClojureScript and Om. So this is my way of trying to learn this myself: By taking you on the ride with me.