Skip to main content

Command Palette

Search for a command to run...

5 things not to do when building React applications - LogRocket Blog

Updated
1 min read
5 things not to do when building React applications - LogRocket Blog

TJ says:

June 6, 2019 at 11:22 am

Shouldn’t `showHiMessage = this.showMessage(‘Hi’)` in the last example be

`showHiMessage (e) { console.log(‘Say Hi’, e); }`

Reply

More from this blog

Binarydiods

272 posts