wix-incubator / repluggable

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

Add support for multi dimensional layers #149

Closed itsh01 closed 3 years ago

itsh01 commented 3 years ago

Support multiple sets of layers in an app host in order to allow better division of modules

felixb-wix commented 3 years ago

Are ['INFRA', 'COMMON'] and ['COMMON', 'INFRA'] interchangeable? I mean, in entry points and API keys, will the developers have to put the layers in the right order?