wix-incubator / repluggable

Pluggable micro frontends in React+Redux apps
MIT License
172 stars 13 forks source link

Add shell.lazyEvaluator #255

Closed ShirShintel closed 2 months ago

ShirShintel commented 2 months ago

Add @DanielKag's amazing lazy logic, that given a function creates an object with a lazy-evaluated getter for that function (calculated only once).

DanielKag commented 2 months ago

Great and hermetic!