neo
neo copied to clipboard
The application worker driven frontend framework
Goals: * Using a buffered grid for the inbox data * Custom component to display the email content * Make it possible to move the email content into a new...
* tricky one: components cycle => they are index based * a view with 10 rows => filter change => 5 get added, 5 get removed, 5 get moved =>...
* Instead of rebinding view based store listeners logic, the cleaner way would be to remove the relevant view based listeners and add own listeners to the store * This...
* Currently we are only checking if a row is inside the mounted range * While there is a memory overhead, it would be nice to check if inside the...
* when adding a fixed `background-color`, it got a higher priority than the hover selector * the active state still works, but does not look nice (transparency & a bg...
A ComboBox supports typing into an input field, while a default `select` tag only supports selecting an `option`. This topic gets interesting, since there is a stage 2 proposal =>...
for the multi-window scope, it would be nice to have a separated focus history for each connected window.  so, the history should become an object with `windowId` props which...