Learn how I created a simple application to convert and download YouTube videos as MP3s. (more…)
Read more »
The Redux philosophy is that you keep all your data in a single store and operate on it via actions. Since react is technically just a view library and redux is technically just a state management library, a lot of architectural and design decisions need ... (more…)
Read more »
Introduction Javascript is a single thread programming language. That is when you have code something like this The second line doesnβt get executed till the first one gets completed. Mostly this wonβt be a problem since millions of calculations are... (more…)
Read more »
React is a JavaScript library for building user interfaces. This is the official definition of React. But what if you are not familiar with JavaScript? What if you are not a developer? Would you still be able to make sense of (and learn) React? My answer ... (more…)
Read more »