We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Add missing colon
Improve reader documentation
Remove just & in order to
Reduce macho voice
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 "[email protected]", :classes [:6001]}], when the expected value is [...{:type :professor, :first "Hal", :last "Abelson", :email "[email protected]", :classes ["The Structure and Interpretation of Computer Programs"]}]
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
I think I spotted an anachronism
Updated to match Figwheel's new version and template
Reverted to `defonce` and added explanation for it
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
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
More lets -> let's.
Fixed grammar.