-
how to use logger as devtools? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Add logger according to instruction and open log in the standard DevTools of your browser |
Beta Was this translation helpful? Give feedback.
-
Here is a simple example: import { logger } from '@nanostores/logger'
logger({
UserStore,
PostsStore
}) |
Beta Was this translation helpful? Give feedback.
-
Awesome, thank you |
Beta Was this translation helpful? Give feedback.
-
Hey I just wanted to say I love the work you're doing with the logger. I managed to hack it into my codebase today and it helped me solve a mess I had made. It's already useful so I'm eager to see where it goes and when I can add it to the dependencies for my project. |
Beta Was this translation helpful? Give feedback.
-
Nano Stores Logger v0.1 released. |
Beta Was this translation helpful? Give feedback.
Here is a simple example: