DEV Community

Cover image for ARRR or how to refactor components automatically
Alexey Okhrimenko
Alexey Okhrimenko

Posted on • Updated on

ARRR or how to refactor components automatically

🛠 Have a bunch of legacy code written in Angular and React? Decided to decompose a component and tired of just thinking about it?

Try ARRR (Angular) and Glean (React) - VSCode plugins that allow you to export a piece of code into a new component with its own HTML, CSS, TS and spec files.

Alt Text

☠️ Let's refARRRctor it!

For Angular (ARRR)
[link] [repo]
For React (Glean)
[link] [repo]

Top comments (0)