wix-incubator / react-module-container

Small library for building micro apps in React and Angular
MIT License
69 stars 18 forks source link

refactoring and fix for event handlers not fire is some cases. #24

Open iaroslavshvets opened 6 years ago

iaroslavshvets commented 6 years ago

Because of listener on load event was added to element after it was appended to DOM, in some cases it might not fire.

Moved listeners to be added before appending the tag.

Also did some refactoring. Naming changes to be more accurate and so on. Minor stuff