React ES6 Funkcje strzałek

hello = () => {
  return "Hello World!";
}
Ankur