Redux is a state management library that can be used as a data store for any UI side of web applications. Its most common use is in React and React Native applications. Redux provides a subscription service that can be used by React components to synchronize the state. It also implements a..
P2P Connections with WebRTC
Introduction With the advancement of the internet, modern-day web browsers are becoming more powerful every day with the introduction of native APIs like WebGL and WebRTC. In earlier days when we wanted to establish a connection between two web browsers, we needed a server in between transferring..