Sergey StadnikinFrontend WeeklyWhat do async and await really mean?What “async” and “await” really mean in JavaScript async/await syntax. How async/await is different from promises.Aug 2, 2020Aug 2, 2020
Sergey StadnikinFrontend WeeklyHow to make a copy of an array in JavaScriptMaking copies of arrays in JavaScript is not as straightforward as it seems. It certainly not as easy as b = a.Jul 20, 2020Jul 20, 2020
Sergey StadnikinFrontend WeeklyA two-minute guide to deploying your React app to Netlify cloudUp until a couple of years ago, I hosted this site, all of my React applications, code demos etc on virtual private servers (VPS). I tried…Jul 17, 20201Jul 17, 20201
Sergey StadnikinFrontend WeeklyYou may not need ReduxWhy you probably don’t need to use Redux in your React project any more.Jul 15, 2020Jul 15, 2020
Sergey StadnikinFrontend WeeklyIntroduction to asynchronous operations in JavaScriptIf you are learning JavaScript, you no doubt came across things like callbacks, promises, generators, and async / await. Those are…Oct 29, 2019Oct 29, 2019
Sergey StadnikinFrontend WeeklyWhy are most React tutorials outdated?If you are learning React using a book or an online tutorial, you may be in for an unpleasant surprise. One minute you are following along…Oct 21, 2019Oct 21, 2019
Sergey StadnikinFrontend WeeklyDo I still need to bind React functions in 2019?One of Reddit members asked me a question in follow-up to my answer to a question about this keyword:Sep 28, 2019Sep 28, 2019
Sergey StadnikinFrontend WeeklyWhen should I use “this” keyword?When you browse through Javascript code, you often see function names prepended with this. keyword, like this.functionName(). However…Sep 26, 2019Sep 26, 2019
Sergey StadnikinFrontend WeeklyWhy do I need props?If you are new to React, you may be wondering what that business is all about. Components make sense. But why do they need props? Why…Sep 21, 2019Sep 21, 2019
Sergey StadnikinFrontend WeeklyPainless React Animations via CSS TransitionsAnimating things on the web is a pretty common task. You often need to animate a menu bar sliding from the top, or an input field…Mar 14, 2019Mar 14, 2019