DEV Community

Madhavi Losetty
Madhavi Losetty

Posted on

Open Source - Seeking Expert Feedback on React Component Library Updates

Hi everyone,

We maintain an open-source React component library for Intel AMT device management (KVM, SOL, IDER features). I would appreciate feedback from experienced React developers before merging, as I have made following key changes.

  • React 18 with functional components and hooks
  • Customizable styling via props
  • Dev-only logging stripped in production builds
  • Updated Rollup build configuration
  • i18n support with react-i18next

I am not a full-time React developer; I work on this library on a need basis. While I have followed current React patterns, I would value expert opinions on:

  1. Are there any anti-patterns in my approach?
  2. Any performance concerns with the ref patterns used?
  3. Suggestions for improvement?

Note: These changes are currently on a PR branch and not yet merged to main.

[Repository]: ui-toolkit-react
PR Branch: react-update

I appreciate any constructive feedback. Thank you for your time.

Top comments (0)