-
# UI Components Refactor
EPIC: #3574
### **Description:**
Refactor key components as part of the UI refresh, including updates to the Table, SectionItem, and SectionSummary components. The goal is…
-
Side tantrum: I have issues with the architecture decision. I'm not seeing the value of lazy loading the cache in this case. I think a better pattern may be to differentiate between a RegistryCache "c…
-
* move `/books` routing rules to `books-routing.module`
* and set `path: 'books'` to `path: ''`
* In `app-routing.module` set `/books` to loadChildren
* Remove `BooksModule` from `AppModule` (comp…
-
Hi
Your lib NumSharp was inspired me and i tried to write a other approach of NumPy more easy to use.
The big idea is the Lazy Loading for the front end and this is my repo.
https://github.com/aide…
-
At the moment the app loads all javascript it needs right on load. We should change that to make more use of lazy loading (load when you need it, not at the start).
-
Hi there!
We are starting a big app (+400screens) and we are thinking to follow your style guide. We have a main doubt; can’t figure out how to implement Lazy Loading when the route is defined in th…
-
There are a few things that need to be decided with lazy loading,
Should mods be able to be disabled/enabled mid world?
Should mods be able to be transferred from a server to the client when joi…
-
I would like to suggest you add support for lazy loading.
```
public interface RDFProxy {
public boolean isLoaded();
public Object load(Session session);
}
```
The following should be provid…
-
Right now the data source will load everything, we'll need to add some lazy loading to make it more performing
-
Hello, this method allows for lazy loaded modules to work? and prerenders them?