Documentation
See original GitHub issueOne of the the primary goals of this project is to keep its API as close to react-router as makes sense. However, navigation on native platforms is a broader topic and we will probably have to introduce new concepts and options to accommodate for richer animations, the lack of hyperlinks, et al.
So far we’ve only introduced two additional router configuration components, <StackRoute>
and <TabsRoute>
. Also, two new props, overlayComponent
and transition
, have been added to ``<Route>` and its siblings.
We should also document how to create custom transition animations using the transitionRegistry
. ⚠️
🍺
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Documentation - Wikipedia
Documentation is any communicable material that is used to describe, explain or instruct regarding some attributes of an object, system or procedure, ...
Read more >Documentation Definition & Meaning - Merriam-Webster
1 · the act or an instance of furnishing or authenticating with documents ; 3 · information science ; 4 · the usually...
Read more >Importance of Documentation | The Workstream - Atlassian
Effective documentation collects all of the must-know information about a task, project, or team (from account logins to step-by-step instructions) in a ...
Read more >DOCUMENTATION definition | Cambridge English Dictionary
official or legal documents that are needed in order to prove something: provide/produce documentation Many lenders are now requiring borrowers to provide ...
Read more >3.11.1 Documentation
Welcome! This is the official documentation for Python 3.11.1. Parts of the documentation: What's new in Python 3.11?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @jmurzy! I’m just about to go to bed now, but will give this a try tomorrow. Assuming all goes well, I’d like to create a documentaton improvement pull-request that explains things in a way that would have been helpful to me, in case that information may also be helpful for others.
Thanks again 👍
What is the purpose of the
overlayComponent
? Coming from the web react-router, this is something I’m not familiar with.