om-tutorial icon indicating copy to clipboard operation
om-tutorial copied to clipboard

WORK IN PROGRESS

Results 4 om-tutorial issues
Sort by recently updated
recently updated
newest added

The solution for B exercises and dependency update.

I have the following solution to UI exercises, not sure if they are correct? ``` cljs (defui Person ;; TODO: Add a query for :db/id, :person/name, and a recursive access...

In B_ exercises, it asks you to make a list item Bold. After googling, there seemed to be some `(dom/span #js {:style {:font-style "bold"}} person)` solutions in Om at some...

In many places a "trailing paren on new line" style is used, which conflicts with the style guide: https://github.com/bbatsov/clojure-style-guide#gather-trailing-parens If this is just a remnant of refactoring or something similar,...