naveen.dev
Back to blog
2026-02-20

Maintaining Razorpay Hook

ReactNext.jsOpen source

Razorpay Hook, published on npm, is a small package I maintain at Grids-and-Guides for wiring up Razorpay payments in React and Next.js apps, so nobody on the team has to re-implement the same integration in every new project.

Most of my commits there are version bumps and dependency updates to keep it working with current React and Next.js releases, plus keeping the usage docs matching whatever the API actually looks like that week. There's no one reviewing my PRs on that repo, so if the docs drift from the code, that's on me to notice before someone else finds out the hard way.

It's not exciting work, but a package nobody maintains stops being useful pretty fast. The commit and PR history is on the Open Source page.