I'm trying to figure out if this is a react-router thing or just a React thing. I am talking about the $ here in their example:
<Link to={`/users/${user.id}`} activeClassName="current">{user.name}</Link>
is the ${}
a react thing? and if so what do you call it?