hi! I'm going through the reagent tutorial https://github.com/reagent-project/reagent/tree/master/examples/simple if I invoke" leinfighwheel" that works but the command for the production build does not work, can someone please help me with this?
lein with-profile prod cljsbuild once client
thank you
Is there a way to express such property in cljs?
direction={Directions.RIGHT | Directions.LEFT}
looks like in js:
{1|2}
3
so I just used +
(bit-or left right)
? Wrong channel for this though.
I thought it was some weird special syntax for react properties