I am using React Apex chart library in my project.I’ve figured that the library charts have a small delay before rendering on initial mount. This issue harms the UX because the component that renders ApexCharts won’t be displayed until after the delay. Is there a way to fix this ? Answer I figured out the solution. To avoid the app
Tag: user-experience
Dragging not working for react-use-gesture
For some reason, I just cannot get the most basic example of react-use-gesture to work. What I am trying to do is just have a square follow my mouse location when you drag it. I copy-pasted the example from their documentation multiple times (https://github.com/pmndrs/react-use-gesture) and still cannot get it to work. I just don’t understand it anymore. I created a