IvanAdmaers
IvanAdmaers
If you need a roulette you may take a look on [react-roulette-pro](https://github.com/IvanAdmaers/react-roulette-pro) that works fine with React 18.
If you need a customizable roulette you may take a look on [react-roulette-pro](https://github.com/IvanAdmaers/react-roulette-pro). There is an answer in the [FAQ](https://github.com/IvanAdmaers/react-roulette-pro#faq) section that describes how to customize it. And by the...
By using [react-roulette-pro](https://github.com/IvanAdmaers/react-roulette-pro) you can easily set images for your items.
Hi, @sonykashyap. Unfortunately it's not possible at this moment. > Hi @IvanAdmaers , Thanks! for suggesting react-roulette-pro. Is it possible to change to a wheel shape instead of a horizontal...
React & Next might slow web development due to this stupid action. Monkeypatching it’s always bad. Especially, when you do this for native browsers API. It seems like Facebook hired...
It’s not possible to you this package for saving any data in browser because if a user refreshes a page your saved data in memory cache will be lose
2024 Still waiting...
I need to see your code to understand the first problem. The last update of this package was 5 years ago (the info at the start of 2022). I think...
Good idea. I’ll think about the possibility of implementing this in my similar package [memory-cache-pro](https://www.npmjs.com/package/memory-cache-pro)
I got this error when my server sent a dynamic access key with data: ``` { "server": "https://myserver.com", "server_port": 8326, "password": "q0VqbZUo2diErlLOT5CwAd", "method": "chacha20-ietf-poly1305" } ``` My solution was: ```...