re-frisk icon indicating copy to clipboard operation
re-frisk copied to clipboard

Implement a simple way to debug (println) in re-frisk

Open flexsurfer opened this issue 6 years ago • 1 comments

For example (dispatch [:re-frisk/debug [:test value]]) -> :app-db -> :re-frisk/debug -> :test or (dispatch [:re-frisk/log [:test value]])-> :app-db -> :re-frisk/log -> time :test

flexsurfer avatar Jul 09 '17 10:07 flexsurfer

this must go not in the db but in the events section, like debug event , for example when you want to print some complex data , its really hard to read it in console, in re-frisk it would be more convinient

flexsurfer avatar Mar 18 '21 05:03 flexsurfer