Skip to content

All Guides

Compilers

Writing a JavaScript Codemod with JSCodeShift

Learn how jscodeshift transforms code by writing a small codemod that strips React.memo from functional components.

Compilers

How a pretty printer works

Understand how a pretty printer works and how we can write a very basic one to help us automate code formatting.