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..
The Evolution – User Interface (UI) to User Experience (UX)
Since the introduction of client-server architecture applications, the success of applications was measured on the availability of features, the richness of functionality and its technical merits. Having User Interface was good but it was not a deciding factor and relatively less emphasis was..