

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

React.js - Custom Hooks
The topic of hooks in React development is quite popular and has been analyzed more than once by various specialists. The purpose of our material is not so much to bring something new as to analyze a sufficiently important and relevant topic in the most accessible and understandable language, so that it does not cause difficulties even for beginners in th..
Read more

How to Build a Todo App With React and Firebase Database
How to build a todo app with React and Firebase Database (3 Part Series)1 How to build a todo app with React and Firebase Database 2 How to build a todo app with React and Firebase Database 3 How to build a todo app with React and Firebase Database Day 1📅 11-06-2019🕐 1h🏁 Initial setup and getting ready Initial setupI’m going to use create-react-app tool..
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

VueJS vs ReactJS
VueJS and ReactJS are both popular JavaScript libraries for building user interfaces. They are both open-source and are maintained by a large community of developers. Here are some key differences between the two: 1)VueJS is a progressive framework, which means it can be used for building small, simple apps or large, complex ones. React, on the other hand,..
Read more