π 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! π
Top comments (0)