Author: | tuckerconnelly |
---|---|
Views Total: | 779 |
Official Page: | Go to website |
Last Update: | December 17, 2016 |
License: | MIT |
A simple universal navigation for React Native and React that supports both iOS and Android.
Features:
- Universal: Works in iOS, Android, and Web
- Familiar:API Has the same API as the web’s History API
- Back/forward button support:Automatic support for Android back button and back/forward buttons on web
- Deep linking support:Automatic support for deep linking
- Server-side rendering:Simple as pre-loading redux state with the requested url
- Composable and declarative:Uses React’s component tree to compose and handle routes
- Use any navigation paradigm:Abstract enough to let you build the navigation with any UI components you want
- Easy to understand:You can read the source! Only ~300 lines of code