Automating Front-End Refactoring
Refactoring or changing an API of a lib you maintain might not be a fun task. But, sometimes it is required.
Ahmed El Gabri at JSNation 2017
Refactoring or changing an API of a lib you maintain might not be a fun task. But sometimes it is required. If you are going to do it anyway, you don't want to do this manually anyway. So with the power of ASTs & codemods you can automate this & have confidence in the result