-
Notifications
You must be signed in to change notification settings - Fork 47.4k
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
Remove full page rendering and restrict rendering into head #585
Conversation
Test failures seem to be unrelated to the PR. |
Before we do this, let's settle on a good router that we can use in
|
Correct.
Do you think #627 solves this? It would allow I don't think allowing to do |
Regrading There's many reasons why we want to use
We can sill say: "It's just npm" - because npm allows pointing to arbitrary git repos/versions. npm has this strange tacked on feature of having a name registry as well - which is a questionable choice IMHO, but I'm grateful that it doesn't lock us into that name registry. But (in parallel) we're working on getting the proper setup on npm's name registry as well. Stay tuned and cross your fingers. |
Feel free to depend on http://petehunt.net/react/react-0.5.1.tar.gz and |
done |
Made some changes which mitigate these problems: https://groups.google.com/forum/#!topic/reactjs/4jI5xe7TXzQ As such I think we'll keep this capability around, at least for now. |
As per #515.