reagent-tutorial
reagent-tutorial copied to clipboard
Component function arguments
I think your comment about component functions taking up to three args is incorrect, or at least at odds with the first example in the Appendix on this page:
https://github.com/Day8/re-frame/wiki/When-do-components-update%3F
The children are passed there as a separate arg for each, no props as an arg. It would seem you could have arbitrary arg lists of any length.