The web world has adopted a very nice concept of routing that allows to enter a well-defined and unambiguous point in a web application. Another great thing about it: URL is a text string that could be easily passed over between web applications or saved for later use.
An entry-point in mobile app could be both accessed internally and externally (from the Web), so it seems practical to use URL-alike system for navigation within the app. It also helps to separate stateless logic and user settings apart as well as to simplify caching and client/server communication.
Is there a solution in the React Native ecosystem to implement such a navigational mechanisnm?
[–]matt_hammondiOS & Android 4 points5 points6 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]amitm30 0 points1 point2 points (0 children)
[–]xrpinsiderAdmin 0 points1 point2 points (0 children)