© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Vivek Nayyar
Senior Software Engineer with 5 year's of experience building products for numerous domain's like real estate, video-streaming, Fin-Tech and
why would you choose to write a codemod in babel over something like jscodeshift? Do you think babel has a better api?
Kent C. Dodds
Improving the world with quality software · Husband, Father, Latter-day Saint, Teacher, OSS, GDE · http://testingjavascript.com @eggheadio
Hi Vivek,
Exactly. I've tried using jscodeshift several times and always got lost. The babel API (the visitor pattern) is just so much simpler for me to work with, so that's what I go with :)