Fork me on GitHub
#om
<
2016-11-30
>
cmcfarlen08:11:01

@haywood I think the syntax for joins with links is {[:current-user '_] [:email]}

haywood14:11:24

@cmcfarlen yes, it works! you made my day 🙂

peeja15:11:17

@ag I'm making assumptions based on a pretty small snippet, but if you find yourself passing the entire props through—especially if you pass it to two different subcomponents—there's a good chance you're doing something wrong.

peeja15:11:31

Are these components with queries?

haywood16:11:21

yea, if all state is external most data can (and should) be fetched via queries

haywood16:11:08

the least amount of props passed from component to component the better