remove space to better align `if` clauses
Updated Basic Tutorial (markdown)
Fixed `contacts-view` in `om/build-all` example.
Add note that this tutorial is for Om, not Om Next
fix contacts-view indent because parinfer detect things wrong and that throws a error: "No implementation of method: :emit-instruction of protocol: #'cljs.core.async.impl.ioc-macros/IEmittableInstruction found for class: cljs.core.async.impl.ioc_macros.Jmp"
Revert 407178818e2a6ec118a4ad12620152668f8a6bf8...65653ebb375682f77a399fcc8969b1dd9356e25c on Basic Tutorial
Improve reader documentation
tmcw
committed
Jan 30, 2016
Remove just & in order to
tmcw
committed
Jan 30, 2016
Classes don't map properly. Without this change mapping doesn't make any effect, so we still have [...{:type :professor, :first "Hal", :last "Abelson", :email "evalapply@mit.edu", :classes [:6001]}], when the expected value is [...{:type :professor, :first "Hal", :last "Abelson", :email "evalapply@mit.edu", :classes ["The Structure and Interpretation of Computer Programs"]}]
dra1n
committed
Jan 9, 2016
Corrected the `people` function to avoid nil array entries for non-professors. (In the Higher Order Components section)
Removed [clojure.data :as data] in the Adding Contacts section as it should not be needed.
Revert 975e0cf^...975e0cf on Basic Tutorial
Updated Basic Tutorial (markdown)
Updated Basic Tutorial (markdown)
I think I spotted an anachronism
Updated to match Figwheel's new version and template
bensu
committed
Apr 30, 2015
Reverted to `defonce` and added explanation for it
bensu
committed
Mar 24, 2015
defonce not suited for live coding as mentioned earlier
Before testing parse-contact we are asked to restart the REPL. A novice Clojure user will get a "undeclared Var" error because he's in the wrong namespace.
Correct the "at this point looks like" code against the actual code in the template + instructions
Updated Basic Tutorial (markdown)
Link to Conceptual overview in the first paragraph; it's a good resource we should use.
Make fuller use of the threading macro.
IRender is preferable to IRenderState, since registry-view has no component-local state.
Change 'lein new figwheel om-tut --om' to 'lein new figwheel om-tut -- --om' as described in https://github.com/bhauman/figwheel-template#options
Throws ArityException when passing the `--` argument
n2o
committed
Feb 13, 2015