

Reactivity in Javascript
👀 What is Reactivity?It’s the ability of a piece of code to automatically update or re-render in response to changes in the data it is bound to. Let’s try to understand clearly by ⏬ Selling Price and Buying Price are two state variables on which the value of Profit depends. In the case of a Reactive System, The profit variable will be updated upon any c..
Read more

Building a Music Player in React
IntroductionWhoever is learning React and wants to build a project with React. There are a variety of blogs and articles to guide a such projects for developers. I do go through those articles but one kind of project is always missing in them. The missing projects are the music player and video player. Both of the projects will give you the opportunity to..
Read more