DEV Community

Discussion on: Using Font Awesome Icons in a React Application

Collapse
 
sabinthedev profile image
Sabin Adams

Good point! The Font Awesome packages comes with the functionality to build out a "library" of only the icons you plan to use to keep the bundle size down when you build for production. I mention that and show the basic setup of a library in this article, but there are more details here if you're interested 👇

fontawesome.com/how-to-use/on-the-...