DEV Community

Cover image for 📦 React-Imported-Component v6

📦 React-Imported-Component v6

Anton Korzunov on October 04, 2019

Long story short - nobody cares about version 1 and 2 - by that time the library, I am going to talk about, even had a different name. Version 3 n...
Collapse
 
marais profile image
Marais Rossouw

Great read mate! Think you can do a "How to read profiler flame graphs" article as well? Super keen to see if i can leverage this for relay's operationLoader, where it needs an api to async load something, and then also synchronously. Ie, check if the module has already been resolved and downloaded, and if so return it statically, alleviating the need for the promise overhead. In certain cases, this could mean huge perf improvements.

Collapse
 
thekashey profile image
Anton Korzunov

😅 that's probably a missing piece.
one does not simply

Collapse
 
lineldcosta profile image
lineldcosta

Hello,

Any sample repo available which uses react-imported-component.

Thanks,

Collapse
 
thekashey profile image
Anton Korzunov