1. React
  2. JSNation
  3. 2017
  4. Automating Front-End Refactoring

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