FortAwesome / react-fontawesome

Font Awesome React component
https://fontawesome.com
MIT License
3.68k stars 264 forks source link

Create codemod for migrating from old react-bootstrap #86

Open MrNice opened 6 years ago

MrNice commented 6 years ago

My company adopted the old react fontawesome, and we have many references to it in our codebase.

They've stopped updating in favor of this package: https://github.com/danawoodman/react-fontawesome/issues/69

I would like there to be a code mod to run to migrate from that package to this one.

I will be taking a crack at writing one - would that be something that could be included in this package sensibly?

https://github.com/reactjs/react-codemod https://medium.com/@cpojer/effective-javascript-codemods-5a6686bb46fb

robmadole commented 6 years ago

We'd certainly consider listing this in the README. (And potentially writing others as well) Let us know when you get something up.