Feature Request: manual initialization
See original GitHub issueHey @arunoda! Awesome package, works great for my current customer project 😉
There is only one thing that caused me some trouble: I can’t control the initialization of flow-router.
i want routing to start exactly when the app is ready for it and not when your Meteor.startup
hook is called internally. This works perfectly with iron router when telling it “not to autorun”, could you add a similar api?
I even tried overriding the Router.prototype.initialize
method but then i got other weird errors.
Issue Analytics
- State:
- Created 8 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Feature Request - Initialize and manage the RTHandles system
The RTHandles static instance in the CoreRP library requires initialization and management to use. HDRP does this for the user, ...
Read more >Initialization - Unity - Manual
Initialize method to start the initialization process, supplying your listener implementation and configuration. Note that initialization will not fail if the ...
Read more >Custom WorkManager Configuration and Initialization
If you require more control of how WorkManager manages and schedules work, you can customize the WorkManager configuration by initializing WorkManager yourself.
Read more >Performing a manual initialization - PingDirectory - 9.0
To manually initialize a server when an online initialization isn't possible: From another server in the replication topology, back up the ...
Read more >Toggle between feature request modes - ArcGIS Developers
Feature tables can be initialized with a feature request mode which controls how frequently ... No cache, or Manual cache) before the table...
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
Hope we fixed this 😃
FlowRouter.wait()
just saved my day! Thanks! 😃