React ES6 Функции стрелки

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