Why should I use react-fontawesome JS package and not just a normal Fontawesome CDN in a React-create-project
I want to use fontawesome in my first React project, in fontawesome website they recommend to use react-fontawesome with React.
My question is, what's the difference if I just link to a normal Fontawesome CDN, and use it the old way with , and why react-fontawesome is recommended in this case?.
The old way is easier than the react-fontawesome which needs more imports.
Thank you.
Comments
Post a Comment