Answer the question
In order to leave comments, you need to log in
Should a function that returns a component be capitalized?
For example, I have a module that returns a function in which I want to set this via bind
,
but what would be the correct name for this module, with a capital or small letter?
export default function () {
return <span onClick={this.handler}>Example</span
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question