neo
neo copied to clipboard
The application worker driven frontend framework
every view controller should get the event-handler. right now, it is limited to the main view. to handle this, a new manager class for view controllers is needed.
we can simplify the logic and ensure, that destroy() won't get triggered twice in edge cases.
https://github.com/webpack/webpack/issues/15853
For most use cases a MainViewController is probably necessary. Thus the buildscript `create-app` should by default create such a MainViewController to save time.
* we need to store the neo-version inside the SW * we need to store it inside the framework as well * when an app connects, compare the versions *...
https://bugs.webkit.org/show_bug.cgi?id=149850 Please help creating an awareness for the Webkit team that we need SharedWorkers. Mobile: Native shell with multiple WebViews. To be clear: they *dropped* working on SharedWorkers on purpose...
Similar to https://github.com/neomjs/neo/blob/dev/src/data/connection/Xhr.mjs which feels a bit outdated at this point. It could be a bit similar to: https://github.com/developit/redaxios/blob/master/src/index.js
I will create a new project for this epic and several tickets related to it. Please add comments or upvote the tickets of interest for you!