You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2022. It is now read-only.
I think it's really convenient for debugging to have a HOC that prints out the props it gets and just render component. I saw previous closed issue on this one: #426
you mentioned before there could be an HOC for side-effect purposes however this will happen in render so I'm not sure if it's good to encourage any side-effects except of logging there? So maybe a logger/debbuger with console as default and some customization option?
Hello,
I think it's really convenient for debugging to have a HOC that prints out the props it gets and just render component. I saw previous closed issue on this one:
#426
you mentioned before there could be an HOC for side-effect purposes however this will happen in render so I'm not sure if it's good to encourage any side-effects except of logging there? So maybe a logger/debbuger with
consoleas default and some customization option?