RajeshBatth / hermes-multibundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 34.1%Language:Java 28.8%Language:Objective-C 16.8%Language:Ruby 10.7%Language:Starlark 8.8%Language:Shell 0.6%