TanvirMahin24/winbox-react

React inside windows

Closed this issue · 2 comments

Hi!
thanks for the package, it's awesome.
I do have a pretty big problem, though.
It seems like I can't use React components inside a window?
Is there a way to do so?
Thanks!

This library just creates the window and renders its children once to static. No lifecycle maintained. So I have to reproduce another one (and I'm so sorry about the two projects are too different to be merged together ). I implemented the full lifecycle of a window, including the dynamic management such as size changing, position changing, focus, etc... see here

Thanks, @RickoNoNo3. Loved your package and best of luck ❤