neo

The application worker driven frontend framework

MIT License

Downloads
5.2K
Stars
2.7K
Committers
33

We are getting really close to version 2 :)

neo - model.Component polishing, new blog post

Published by tobiu over 3 years ago

neo - Covid Apps: fixed a timing issue for rendering the helix view

Published by tobiu over 3 years ago

neo - RealWorld example app hotfix

Published by tobiu over 3 years ago

neo - removing the fibers dependency again to keep npx neo-app stable

Published by tobiu over 3 years ago

details: https://github.com/neomjs/neo/issues/1807

as mentioned inside the last comment:
you can of course add it into your own workspace package.json to speed up the sass-loader.

Details here: https://github.com/neomjs/neo/issues/1804

I will add this new version into npx neo-app now.

neo - examples.model.dialog: lazy loading the dialog

Published by tobiu over 3 years ago

small enhancement: we now lazy load the dialog module when clicking on the edit user button.
this keeps the initial app size smaller.

neo - examples.model.dialog

Published by tobiu over 3 years ago

neo - controller.Application refactoring

Published by tobiu over 3 years ago

neo - Multi window covid app hotfix

Published by tobiu over 3 years ago

the onHashChange() logic was outdated to a core improvement:
worker.Manager (main thread) is storing an array of appNames instead of a single appName config.

literally only 2 chars changed, but worth a hotfix release anyway, since the main framework demo app should work :)

neo - view controllers (controller.Component) version2

Published by tobiu over 3 years ago

See: https://github.com/neomjs/neo/projects/23 for details.

There are 2 minor breaking changes:
controller.Component was using a view config to store the component.
model.Component was using an owner config to store the component.

Both configs got renamed to component instead.

With the simplified controller logic, the method onViewParsed() got obsolete since the entire parsing happens earlier.
You can use onComponentConstructed() instead.

neo - model.Component polishing

Published by tobiu over 3 years ago

neo - examples.model.table

Published by tobiu over 3 years ago

neo - Added the new blog post to gh-pages

Published by tobiu over 3 years ago

neo - Hotfix: re-enabling keydown events for input nodes (arrow keys)

Published by tobiu over 3 years ago

neo - Added the advanced model component example to gh-pages

Published by tobiu over 3 years ago

model-component-example

Package Rankings
Top 2.35% on Npmjs.org
Top 6.61% on Proxy.golang.org
Related Projects