Skip to content
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

Finalize a *real* public API #326

Closed
zpao opened this issue Sep 7, 2013 · 1 comment
Closed

Finalize a *real* public API #326

zpao opened this issue Sep 7, 2013 · 1 comment

Comments

@zpao
Copy link
Member

zpao commented Sep 7, 2013

In order to do a number of things, we need to be able to access modules we currently consider internal. The main need for this comes from components or other "plugins" that need to do more than usual. For example, ReactTransitionGroup accesses ReactChildren.

We don't currently want to package ReactTransitionGroup in React itself so the only option is to build it as a standlone package. We can do that but without some substantial changes (or some hacks that probably won't work everywhere), we can't do it without also packaging up React. So we need a public API where we can make this work less awkwardly.

More soon, just wanted to make sure we had this filed.

@vjeux
Copy link
Contributor

vjeux commented Jan 6, 2014

This is not really actionable. Closing this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants