-
Notifications
You must be signed in to change notification settings - Fork 47k
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
modularity #5935
Comments
@AlexGalays I made a tool to get rid of the propTypes if you're interested: https://www.npmjs.com/package/deproptypeify Just use it on your "release" build if Browserify is in your bundling flow. I agree on the SSR bit, it would be nice if that could be separate from |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any work going on to make React a bit more modular?
Before you laugh it off, I'm not suggesting React should be based on thousands of "micro-libs" :)
Some things I never used, or don't have a need for:
Just some thoughts, this is not meant as a critic, just wondering about the design direction for React. I know, all this might only remove a few dozens of kbytes and in the grand scheme of things, it's not hugely important, but I like to think every little detail count.
The text was updated successfully, but these errors were encountered: