We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix minor typo
Fix tense typo
Adapted to use Figwheel's new version: 2.9.0
Add missing server-side clojure.edn dep
corrected s-exp
removed extra trailing parens from classes-view
removed more of the old middleware and corrected keyword for new one
removed old middleware dependency
added custom edn middleware
Updated Intermediate Tutorial (markdown)
fix grammar of fake error message :)
remove vestigial 'let, turn simple fn into literal
for both consistency and correctness: s/backend/back end/, s/frontend/front end/
better wording
remove vestigial om/root call
remove additional vestigial code (the meths map)
clarify wording
add inter-tutorial context for discussion of horrible ICloneable hack :)
clarify wording -- core.async is used later in this tutorial
punctuation & minor simplification
removing unnecessary vector spec on 'use
more whitespace
corrected whitespace
Updated to reflect changes in the new template version
Published the template under another name to fix the bug.
switch from onKeyPress to onKeyDown to match previous tutorial, and avoid magic number 13
Note bug requiring project name to be "om-async" at this point.