2

As many know, this.someFunction = this.someFunction.bind(this) can be used in React class components. However, sometimes it’s burdensome to create classes for very simple components. So, how can I bind a function to this without creating a class?