
Audio in React – display current time
Having an audio file played, we would like to have the ability to know the current play time. In React, this can be achieved by […]
Having an audio file played, we would like to have the ability to know the current play time. In React, this can be achieved by […]
The muted parameter has been forbidden to use in React since 2017. It was reported on Facebook’s github -> https://github.com/facebook/react/issues/10389 , but never resolved. Autoplayed […]
continue reading
How to identify a website visitor? How to do it even in incognito (private) mode? The old solution was to save the cookie in the […]
continue reading
It’s not a rare situation when we want to conduct a video chat in iframe. In a situation when iframe uses a different domain, access […]
continue reading
Having a custom chat built using the SendBird service, it’s not a rare situation to add Voice and a Video conversation into the chat module. […]
continue reading
To fetch user IP in React we need to connect to external service providers that will return a proper value. In the case when the […]
continue reading
Chats, often embedded on sites for quick online help, can also be used for making surveys. Let’s imagine asking your client about the rating or […]
continue reading
Polylang is the first choice when thinking about installing a WordPress website with multi-language support. The free version is suitable for simple WordPress sites. The […]
continue reading
SVG technology is quite cool, the main benefits are scalability, small file size and the ability to style it. There are multiple ways of displaying […]
continue reading
continue reading