-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Possible to use transitionTo() outside of the mixin in 0.8.0? #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
transitionTo
outside of the mixin?transitionTo
outside of the mixin in 0.8.0?
transitionTo
outside of the mixin in 0.8.0?
Weird, I replied to this an hour ago but its gone ... well, here goes again :) We can't have singletons anywhere anymore for server-side rendering. All of these transitions and links and such need to be tied to a context. You have three options:
|
I'll implement one of your solutions. Thank you for the quick response! |
I like #2 in a flux environment |
For starters amazing library and my thanks goes out to you and all the other contributors. My application uses Fluxxor and there are actions that get dispatched which make async calls see here for details to the server.
Depending on the http status code returned I may need to transition to an error page:
After reading the 0.8.0 docs I'm not seeing how I can initiate transitions like in 0.7.0 because I have to use the Transitions mixin. Am I missing something in the docs, should I re-structure my application, or perhaps this is a valid use case that needs to be re-evaluated?
The text was updated successfully, but these errors were encountered: