Skip to content

Northen-Light/hermes-multibundle

 
 

Repository files navigation

hermes-multibundle

This project is to test loading multiple bundles on hermes in a single context

Here we load default bundle first and then load the second bundle from file-system after some timeout

JS

    importLazy("pages/home/index.js").then(homeModule => {
      
    })

Bundle

    node runBundle.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.3%
  • Java 28.8%
  • Objective-C 16.8%
  • Ruby 10.7%
  • Starlark 8.8%
  • Shell 0.6%