qlereboursBS

Results 11 comments of qlereboursBS

My company and I also have performance issues A simple test can be done like this: ``` const TestComponent = () => { const [data, setData] = useState(0); useEffect(() =>...

TLDR: You're right, it's not a good idea I started to reply to your message explaining why we're doing this... but in the end I totally agree, it's not maintainable...

I would need it too because I have troubles implementing the infinite loader, loading data coming from the store.

Thank you very much. As I said, if you think that you won't have the time to do it, maybe you can guide me (with some links on how the...

Thanks for your comment, it seems that indeed, it tries to solve the same issue, however it's done only for non-svg outputs, it's done by cropping the image using the...

Hello @laogui thanks for your help In fact, I already run the commands in the README.md that allows to copy what's in the dev config file into the local config...

Could it be integrated in create start UI repo ?

Hey @sartor ! I'm trying to use the code of your PR to add the redis sentinel support for my app. I just don't understand how it works when it...

Ok thanks, I understand. However, I have an error when running this code inside the Laravel Reverb library. I'm intanciating the client as follows: ``` $sentinelClient = new SentinelClient( [...