neo
neo copied to clipboard
The application worker driven frontend framework
* component based styles * vdom based styles * SCSS var and src files * Explain how nesting of themes works * build-themes * watch-themes * Create a new theme
According to Gemini, we need this one. ## What is an XML Sitemap and Why is it Important for SPAs? An XML sitemap is essentially a roadmap for search engine...
While it is not possible to set the scroll position on DOM level, this would not be a problem for neo: a delta would contain a changed scrollLeft or scrollTop...
I am just brainstorming about a new concept: should i create a component (class) for grid / table rows In short: when we change a record, we send the vdom...
The default markers API is sadly now deprecated: The advanced markers API requires a new API key, which is bound to a credit card: We do need an alternative, since...
### Description When trying to build the `appworker` thread using the build script (`build-all` or `build-threads`), I get either: - `EINVAL: invalid argument, stat 'D:\System Volume Information'`, or - `EPERM:...
I think we can do better here: Right now, we parse the DOM paths and map them to related neo components. While this does work fine for nested widgets inside...
related to: https://github.com/neomjs/neo/issues/6610
* The first step is to verify that we can get a public key (or use it without a key) * We just need support for a basic map and...