Comment by solardev

Comment by solardev 2 days ago

0 replies

Not sure how it works in Qt, but in regular React you'd just use a shared Context that all the components and their children can access. That way you don't have to explicitly pass props and setters and getters back and forth.