flexsurfer / re-frisk

Take full control of re-frame app
https://flexsurfer.github.io/conduit-re-frisk-demo/
456 stars 29 forks source link

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

Open flexsurfer opened 6 years ago

flexsurfer commented 6 years ago

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 commented 3 years ago

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