Hacker News new | ask | show | jobs
by gactleaks 2507 days ago
You’re welcome :)

There’s more discussion here:https://mobile.twitter.com/Shub7241/status/11570049077753241....

1 comments

When discussing structural changes, it seems like lifting constant fragments a compile time wasn't discussed. There's a Babel React optimizer to do exactly this. Lift those to their own functions. Since those functions don't take any props or state, their values are cached almost indefinitely.
A generalisation of that optimisation is discussed here: https://twitter.com/MateuszOkon/status/1159222281874366464