MiguelHigueraDev / raccoonOS

My personal website & portfolio that resembles a desktop OS.
https://miguelhiguera.dev
4 stars 0 forks source link

refactor: use a centralized store for window information #15

Open MiguelHigueraDev opened 1 day ago

MiguelHigueraDev commented 1 day ago

The current way of handling all the window position and state isn't spaghetti per se in my opinion, but it could be improved. A better way would be to create a store to handle all that information instead of doing a lot of prop drilling.