ARRR or how to refactor components automatically

obenjiro

Alexey Okhrimenko

Posted on August 18, 2020

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]

šŸ’– šŸ’Ŗ šŸ™… šŸš©
obenjiro
Alexey Okhrimenko

Posted on August 18, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related