Fork me on GitHub
#reagent
<
2019-11-20
>
ingesol08:11:35

Hi! I’m looking for a way to “decorate” all my reagent components for devtools purposes. Imagine a feature where each component can be made hoverable in UI, showing component props in a tooltip or similar. Are there any known techniques to achieve this?

sudakatux09:11:07

@ingesol what about just using react tools, i can see the props with that though the components appear with strange names

ingesol10:11:42

@jstuartmilne Making a tool for our in-house system, so can’t do that unfortunately…