winbox icon indicating copy to clipboard operation
winbox copied to clipboard

Added React support

Open RickoNoNo3 opened this issue 2 years ago • 3 comments

I've looked for the React wrapper for WinBox.js, the only search result does not support the full functions of WinBox, it just creates a window and leaves its hands out without a kind of lifecycle management Reactfully(But thanks for the author's contribution too).

So I have to rewrite a new one, with a full Reactful lifecycle and state management related to the winboxes. It implements most of the winbox features and allows users to translucently integrate WinBox.js into their React projects. It's called react-winbox.

Could anyone try it and work with me? I want the wonderful project to get more people to use it, including those who are using React. Thanks so much!

RickoNoNo3 avatar Apr 17 '22 21:04 RickoNoNo3

Hi @RickoNoNo3 , It works well 4 me. I only gave it a spin but results are very very good. With time I will open some issues/RFEs in your repo if you do not mind.

Overall: Highly recommended to anyone that uses React! R

RobertoMalatesta avatar May 14 '22 08:05 RobertoMalatesta

@RobertoMalatesta Thank you for your support. Let's make it better together.

RickoNoNo3 avatar May 16 '22 13:05 RickoNoNo3

Hi @RickoNoNo3 It's very nice. Does this library work natively with redux / context? Or are there any special precautions when using it with redux / context?

Of course I'll try it with my project and I'll post comment to your project if need your help.

kobe651jp avatar May 18 '22 05:05 kobe651jp

Thanks a lot. I've added this project to the readme.

ts-thomas avatar Aug 20 '22 12:08 ts-thomas