[:> Dropzone {} {{children_here}}]
1👍I am sorry, as I know it has been asked a lot, but what do you guys use for rendering lazy tables/lists that can contains a lot of elements?
Thanks!
Thanks a lot!
this works so far (no errors):
(defn child []
(r/as-element [:p "drop here"]))
[:> Dropzone {} child]
Now i need to figure out how to implement the dropzone :D