DEV Community

Discussion on: Imba - a JavaScript alternative for increased developer productivity

Collapse
 
sebbdk profile image
Sebastian Vargr • Edited

Does the react comparison take into account using React.memo()?

Update:
Found the source:
github.com/somebee/dom-reconciler-...

I don't see the memo method being used, would it make sense to enable memorization?
Otherwise I feel like we are comparing oranges and apples here. :)

Implying React does not support memorization because it's not enabled by default seems a bit misinformed. :)