You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to sustainably support a potentially growing number of new features, modularization will be very important. This will cover everything from internal modules to external modules. I will attempt to differentiate them below.
Internal Modules
These can utilize existing Vue/Vuex features such as components, modules, and plugins. These are official packages that exist inside the octo repo.
External Modules
These are going to be a bit different. To support third-party code, we cannot allow it to execute freely in our application context. Instead, these packages will all be executed via sandboxed iframes or web workers.
The text was updated successfully, but these errors were encountered:
In order to sustainably support a potentially growing number of new features, modularization will be very important. This will cover everything from internal modules to external modules. I will attempt to differentiate them below.
Internal Modules
These can utilize existing Vue/Vuex features such as components, modules, and plugins. These are official packages that exist inside the
octo
repo.External Modules
These are going to be a bit different. To support third-party code, we cannot allow it to execute freely in our application context. Instead, these packages will all be executed via sandboxed iframes or web workers.
The text was updated successfully, but these errors were encountered: