iTwin / itwinjs-core

Monorepo for iTwin.js Library
https://www.itwinjs.org
MIT License
591 stars 211 forks source link

About React Function Components #2208

Closed isc30 closed 2 years ago

isc30 commented 2 years ago

it's also important to notice that the last example (function) will have an automatic displayName in the React Dev Tools while the previous 2 won't have it


⚠ Do not edit this section. It is required for imodeljs.github.io ➟ GitHub issue linking

NancyMcCallB commented 2 years ago

Another good reason to prefer function() over the other two. Thanks!