Published inFrontend WeeklyUsing Redux middleware for polling.In the frontend development world, we oftentimes need to have up-to-date data on the client. And to achieve that there are several options…Jun 15, 2020Jun 15, 2020
Published inThe StartupCreating a better state manager.I’m a front-end developer and in my work, oftentimes I come across Redux state manager. Probably, anyone who has worked in the web…Jun 9, 2020Jun 9, 2020
Published incodeburstAsynchronously updating redux state using middlewareSometimes you may encounter a situation where you want to update data from the server. And if WebSockets or Server-Sent Events are not…Feb 7, 2019A response icon1Feb 7, 2019A response icon1
Published incodeburstUsing WebSocket with React and Redux part 1This is the first part of a trilogy about using WebSocket with React and Redux. In this very first part, we are about to look at four…Nov 14, 2018A response icon4Nov 14, 2018A response icon4
Published incodeburstWhy You shouldn’t use lodash anymore and use pure JavaScript insteadSo why shouldn’t you use lodash? Here are two main issues.Apr 20, 2018A response icon56Apr 20, 2018A response icon56
Published incodeburstSolving challenges from HackerRank using JavaScript part 3.Other articles about solving HackerRank challenges: part 1, part 2.Apr 12, 2018Apr 12, 2018
Published incodeburstObserve changes in DOM using MutationObserverIn this article, we’ll look at the mutation observer API. Why do we need it and how to use it.Mar 28, 2018A response icon1Mar 28, 2018A response icon1
Published incodeburstUnderstanding the Notification APIIn this article, we’ll look at what web notifications are and how to use them with JavaScript.Mar 15, 2018A response icon1Mar 15, 2018A response icon1
Published incodeburstWhat are JavaScript Generators and how to use themIn this article, we’re going to take a look at the generators that were introduced in ECMAScript 6. We’ll see what it is and then look at…Mar 2, 2018A response icon6Mar 2, 2018A response icon6
Published incodeburstSolving challenges from HackerRank with JavaScript part 2.Here in part 1 we’ve solved Time Conversion challenge, which was pretty ease.Feb 27, 2018Feb 27, 2018