I understand how (and why) to add a whitespace in JSX, but I am wondering what\'s best practice or if any makes any real difference?
Wrap both elements in a
use {} or {``} or to create space between span element and content.
{notif.name} { notif.count }{``}