DEV Community

Cover image for Let’s See Your Project
Lovit
Lovit

Posted on

Let’s See Your Project

Hey everyone! 👋

We all have projects we’re proud of but haven’t shared yet. Now’s the time! Show off your work by sharing it in that format:

  • Project Name: Lovit
  • Website: lovit.dev
  • Link to the repo (if it’s open source): github.com/lovit-dev/lovit
  • Description: Lovit is a next-generation JavaScript library that simplifies error handling by replacing messy try-catch blocks with clean, centralized, and reusable handlers—making your code more organized and easier to maintain.

Share yours in the comments below.

Top comments (2)

Collapse
 
andyrosenberg profile image
AndyRosenberg

I really like the look of this, especially the createProfile which you would usually abstract away to some API client module. I'm used to using libraries like react query for query management, but it seems like you really put a lot of thought into DX to make it a bit less painful.

Collapse
 
lovit_js profile image
Lovit

Thanks so much for your feedback, Andy! The library has just launched, and of course there will be more optimizations and improvements in the future.

OSZAR »