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

Consider removing withDeprecatedProps HOC #2486

Open
1 task
viktorrusakov opened this issue Jul 28, 2023 · 0 comments
Open
1 task

Consider removing withDeprecatedProps HOC #2486

viktorrusakov opened this issue Jul 28, 2023 · 0 comments
Labels
code health Proactive technical investment via refactorings, removals, etc. discovery Pre-work to determine if an idea is feasible

Comments

@viktorrusakov
Copy link
Contributor

Paragon uses withDeprecatedProps HOC in multiple components to notify users about deprecated props. However, this creates some size overhead for the components where it is used, which may negatively impact consuming applications' bundle size, even though this HOC has no effect in production mode.

Tasks

@viktorrusakov viktorrusakov added code health Proactive technical investment via refactorings, removals, etc. discovery Pre-work to determine if an idea is feasible labels Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Proactive technical investment via refactorings, removals, etc. discovery Pre-work to determine if an idea is feasible
Projects
Status: Backlog
Development

No branches or pull requests

1 participant