jellyfin-web
jellyfin-web copied to clipboard
Migrating home to react with reactquery and mui
I am looking to contribute to jellyfin since I use the application a lot. I looked the projects plans and it seems like there is a plan for experimental to be on react using react-query and MUI. I think I can help in that effort as I familiar in that section.
I started experimenting and looking at the code and looking at the effort it would take to migrate the Home page. I see a lot of hybrid components that seem to rely on the old way of doing things. I assume that should be slowly removed moving forward.
MUI is not my favorite library to deal with but I can work with it but I am not sure how style management should be done because I read somewhere there is a plan to move to sass as well. But there are other components using sx and I used it for this draft.
What I want to know is is this the proper path to continue working on this section of the code? It is currently not done and there is more I need to understand with the api and all the features to be done. But before I put more effort into it I wanted to get thoughts and feedback if this is what I should be doing. And if its not then what should I a be doing to make it follow the goals of the project.