You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Hoists element creation to the top level for subtrees that are fully static, which reduces call to React.createElement and the resulting allocations. More importantly, it tells React that the subtree hasn't changed so React can completely skip it when reconciling."
"Hoists element creation to the top level for subtrees that are fully static, which reduces call to
React.createElement
and the resulting allocations. More importantly, it tells React that the subtree hasn't changed so React can completely skip it when reconciling."cf. http://babeljs.io/docs/plugins/transform-react-constant-elements/
The text was updated successfully, but these errors were encountered: