-
Notifications
You must be signed in to change notification settings - Fork 52
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
@resolveError #80
@resolveError #80
Conversation
@goatslacker Check it:
|
This is a pretty good example of what the v2 architecture tries to allow - "bubbling" of Promise handling up the chain. Coming up next, #72! |
I've already been pinged to include |
So nice |
@ericclemmons any chance to merge this? |
Aghh, just found out that it breaks server rendering. :) Need to think of some other approach |
Its not as simple as with
Where That way for example I can draw a navigation bar on all 404 and 403 pages with the user's name. What I currently came up with and it works on both server side and client side - https://gist.github.com/monder/f3f969ca8210191b550af130627b26cf The api is
So if the |
Man, that sounds so slick Great writeup! I'd suggest Let's get #117 taken care & get you access! |
Also, I think it'd be great to have an example for something like this, even if the error's faked or randomized between requests! |
|
@monder Yep, you're right. Hook me up with your NPM name as well so I can give you publishing rights! |
Thanks. It's the same as on github - https://www.npmjs.com/~monder |
@monder You're added onto both ~/Projects/ericclemmons/react-resolver master ⇣
❯ npm owner ls
ericclemmons <[email protected]>
monder <[email protected]>
pwmckenna <[email protected]> |
Super old commits, so I'm closing due to inactivity. Any collaborator can re-open. If anyone else wants collab rights, ping me! |
This is super-useful for catching bugs & stuff that happen during the
@resolve
...