react-manual-bind-to-arrow
Convert constructor-time .bind(this) assignments into arrow class fields.
Usage
bash
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
Convert this.method = this.method.bind(this) to arrow class property
Build your own codemod and share it with the community.