JedWatson / react-select

The Select Component for React.js
https://react-select.com/
MIT License
27.42k stars 4.1k forks source link

Is this package still maintained? #5907

Open gregorybolkenstijn opened 1 month ago

gregorybolkenstijn commented 1 month ago

It's been 6 months since the last commit and release. We've been happily using this package in a production project for quite a while now, but we're seeing some issues with it moving forward. We'll need to decide if we continue using this package or switch to something else. Can any of the maintainers let us know what the plan is for this package? Thanks!

@JedWatson @gwyneplaine @Methuselah96 @ebonow @Rall3n @lukebennett88

SaveliiLukash commented 1 month ago

Wondering the same thing. Especially since React 19 & React Compiler are here. The library works, but DX is just not there. Some typing are broken and we have to opt out of react compiler for some customizable react-select components.

Methuselah96 commented 1 month ago

I cannot speak for the rest of the team, but I will continue to be around to fix any critical issues that arise, where there is a clear/easy fix available. I cannot promise much more than that since my open-source work is completely voluntary and @JedWatson is the real decision-maker for any non-trivial changes.

Let me know what typings are broken. Most of the typing issues that I'm aware of don't have any clear fixes, but let me know if I've missed something.

I'm also interested to here about places where the React compiler doesn't work. I imagine most of those will require invasive changes to get working, but it'd be nice to know if there are any easy fixes to make us more compatible with the React compiler.

SaveliiLukash commented 1 month ago

@Methuselah96 Glad to hear from you! I have just opened an issue on broken types (#5911). Would be extremely grateful if you could take a look!

Might also open an issue for React Compiler later.