Fork me on GitHub
#re-frame
<
2022-03-09
>
metehan07:03:13

what does :: means @(rf/subscribe [::subs/page]) sometimes there is single column sometimes double

p-himik07:03:06

It's Clojure syntax for keyword namespace alias.

metehan07:03:07

since it's special character I can't search :: on clojure docs neither github or google. could you give me a hint how can I learn about it more

metehan07:03:53

I don't understand why :: necessary or how to use it 🙂

craftybones07:03:00

Also consider reading something like Clojure for the Brave and True or any Clojure book really. In the meantime: https://www.braveclojure.com/do-things/

craftybones07:03:05

There is a section on keywords there

metehan07:03:07

thank you .craftybones

craftybones07:03:16

:welcome 🙂

metehan08:03:22

thank you it was really helpful 🙂