callstack / super-app-showcase

Monorepository template for super app development with React Native and Re.Pack
MIT License
382 stars 63 forks source link

Is it possible to load a remote module before it is requested by the user? #81

Open DivyatejaChe opened 4 months ago

DivyatejaChe commented 4 months ago

Ask your Question

Instead of fetching and displaying a certain remote module on-demand by the user, can we fetch it beforehand and serve it swiftly to the user when he demands to see it?

jbroma commented 1 month ago

Hey yes, this is definitely possible, here are some resources on this topic: https://github.com/callstack/repack/issues/254