2 repository-uri
Synchronization of UI components with data sources that are resolved asynchronously from a server.
Distinct from Data Binding: Distinct from general Data Binding by focusing on the asynchronous nature of server-side object resolution.
Explore 2 awesome GitHub repositories matching user interface & experience · Asynchronous. Refine with filters or upvote what's useful.
mui is a mobile UI component framework and native-like web UI kit designed for building high-performance mobile web interfaces. It functions as a mobile web performance framework and gesture-based interface library to eliminate browser lag and mimic the behaviors and animations of native mobile applications. The framework focuses on implementing common mobile UX patterns, including pull-to-refresh functionality, swipe-to-action menus, and sliding side navigation. It provides specialized tools for gesture-driven interface development to ensure an immediate visual response to touch interactions
Implements synchronization of UI components with asynchronously resolved server-side data stores.
Restangular is a REST client and resource mapper for AngularJS applications. It provides a suite of tools for mapping API endpoints to local objects and collections, facilitating frontend CRUD implementation through standard HTTP methods. The project distinguishes itself through an async data binding system that links user interface elements to server-side objects, ensuring automatic updates upon request completion. It also features a programmable request interceptor pipeline for modifying headers and transforming responses, as well as a JSONP request handler to bypass same-origin policy rest
Links user interface elements to server-side data objects that update automatically upon request completion.