DEV Community

Gurjot Singh
Gurjot Singh

Posted on

πŸš€ I released Lookman v2.0 this weekend!

πŸš€ I released Lookman v2.0 this weekend!

If you’ve ever debugged a React app, you know the drill:

setState() fires.
The UI re-renders.
Something breaks.

Then you add console.log() everywhere… and still ask:

What changed?
Where did it change?
Why did this render again?
Did that async call fail or just take too long?

That’s why I built Lookman β€” a smarter debugging toolkit for JavaScript developers.

πŸ” Track value changes
⚑ Detect object mutations
⏱️ Debug async operations with timing
πŸ”„ Count renders, handlers & effects

This weekend, I released v2.0 with improvements to make debugging easier and more informative.

And the best part: Lookman is open source. πŸ§‘β€πŸ’»

Anyone can explore the code, open issues, suggest features, or contribute.

πŸ“¦ npm install lookman

⭐ GitHub: https://github.com/gurjotsaini53/lookman
πŸ“¦ NPM: https://www.npmjs.com/package/lookman

If you're a React or JavaScript developer, give it a try.

And if you have ideas for making debugging better, contributions are welcome! πŸš€

ReactJS #JavaScript #OpenSource #WebDevelopment #Debugging #TypeScript #Developers

Top comments (0)