I have been using @microsoft/file-browser (which is an unmaintained, closed source, multiple years old package for react 16.x) for some time now.
Now I have started a new project using React 18 and can not find any good file browsers.
My goal is to have a native-looking SharePoint integration in my React application without having to manually query folders, files and such.
Using Fluent UI to build a custom solution is not an option right now because it lacks React 18 support and takes significant resources to do it well.
Are there any alternatives out there?