Automating Next.js Code Changes with Codemods
Introduction :
Codemods are transformations that run on your codebase programmatically. This allows for a large number of changes to be applied without having to manually go through every file. Next.js provides codemod transformations to help upgrade...
devgrammer.hashnode.dev3 min read