2 Repos
Fetching translation assets asynchronously and streaming them into the application state using observables.
Distinct from Asynchronous Asset Loading: Specializes asynchronous loading by using observables to stream translation JSON data from HTTP sources.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Observable Asset Loading. Refine with filters or upvote what's useful.
This is an internationalization framework for Angular applications. It provides a system for managing multilingual text by mapping keys to translated strings, utilizing a JSON translation manager to load and merge localized assets via HTTP or local sources. The library includes a runtime language switcher to update the user interface instantly without reloading the page and a key extractor to identify translatable strings within source code. The project features an ICU message formatter to handle complex linguistic requirements such as pluralization and gender. It distinguishes itself through
Fetches translation JSON files asynchronously via HTTP requests and streams them into the internal store using observables.
Dieses Projekt ist eine Sammlung von Referenzimplementierungen und Prototypen mit Fokus auf Routing, Performance-Optimierung, Hintergrund-Threading und UI-Komponenten. Es dient als Beispielbibliothek, die die Nutzung moderner Web-Plattform-Features und nativer Browser-APIs demonstriert. Das Repository bietet Prototypen für High-Performance-Grafiken, einschließlich 3D-Effekten und Animationen, die via Hardwarebeschleunigung und CSS-Transformationen gerendert werden. Es enthält Implementierungsbeispiele für Client-Side-Routing zur Synchronisierung des Anwendungsstatus mit Browser-URLs sowie Pattern-Galerien für das Auslagern von Berechnungen in Hintergrund-Threads. Zusätzliche Funktionen decken die Optimierung von Webinhalten durch dynamisches Asset-Laden und Code-Splitting ab, um die initiale Seitenladezeit zu reduzieren. Die Sammlung enthält zudem Primitive für den Aufbau interaktiver Interface-Elemente wie Karussells und Navigationsmenüs.
Includes demonstrations of optimizing initial load times by splitting code and loading assets on demand.