lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
627 stars 52 forks source link

dont log result of performReactRefresh #71

Closed aiba closed 4 years ago

aiba commented 4 years ago

I'd like to suggest that by default we don't log the result of performReactRefresh to the console. In my app, this is sometimes 20-30 lines (with wrapping) in the terminal, and it clutters up the logs.

Since helix.experimental.refresh/refresh! is typically called by user code anyway, it would be easy for users who want to log this to do it themselves.

lilactown commented 4 years ago

sounds good to me!