BBismarkinbismark.hashnode.dev·Dec 21, 2023 · 8 min readHow to write asynchronous code in JavaScript.You might have heard the term asynchronous programming if you have been in the tech community for some time. I used to pull my hair several times when I started learning JavaScript, trying to understand this concept. However, you don’t have to pul...00
BBismarkinbismark.hashnode.dev·Nov 2, 2023 · 10 min readReact Hooks Best Practices.WHAT YOU'LL LEARN What React and React Hooks are. Best Practices you can employ in your react projects. React is a frontend JavaScript library used for building user interfaces by breaking your application UI into small parts called components. C...00