Version 6 Alpha Docs 1.0 Using with React

Learn More

You can take Font Awesome to the next level by learning a little more about the behind-the-scenes stuff that we do to load icons and fine-tuning it to exactly what you need.

# Unit Testing

When testing components, you’ll want to make sure that any icons referenced in those components are available for testing purposes. You have a couple choices here:

  1. If you want to test a child component on its own, you can import its icons explicitly.
  2. If you’ve built a library instead, and your test doesn’t include your root component that defines your library of icons, you may see errors like this:
Could not find icon { prefix: 'fas', iconName: 'chevron-right' }

If this happens, and the icon isn’t important to the particular test, you can mock FontAwesomeIcon like this:

import React from 'react'

export function FontAwesomeIcon(props) {
  return <i classname="fa"></i>
}

With create-react-app, you can put this code in src/__mocks__/@fortawesome/react-fontawesome.js to automatically include it in any tests, and alleviate errors.

# The More You Know

# The Font Awesome Javascript API

Are you hungry for more knowledge? You can deep dive into our Font Awesome SVG Core and Javascript API docs.

Something on your mind? We're all ears!

New icons just what you wanted? New thin style all that? Docs missing something key? Drop us a line and tell us all the good, bad and the ugly so we can make it even more awesome.

Manufacturers Protocol dictates this alpha cannot be captured. It must self-destruct.