1 रिपॉजिटरी
Design patterns that decouple page content from platform-specific navigation shells for cross-platform reuse.
Distinct from Decoupled Architectures: Candidates cover memory architectures or general decoupling, not the specific pattern of separating screen content from navigation shells for web/mobile targets.
Explore 1 awesome GitHub repository matching software engineering & architecture · Shared Screen Architectures. Refine with filters or upvote what's useful.
Solito is a cross-platform navigation library and routing bridge that enables the development of mobile apps and web pages from a single codebase using React Native and Next.js. It functions as an orchestrator that synchronizes file-system based routing and screen logic across both platforms. The project provides a unified navigation interface that maps a single set of URLs to either web pages or native screens. This allows for synchronized linking and route parameters, ensuring that users land on the correct content regardless of whether they are using a browser or a mobile application. The
Decouples page content from platform-specific navigation shells to allow single-component rendering across web and mobile.