Found out about a meme-coin Wownero. Such wow! I installed the CLI client for mac. To do this I put the binaries into the ~/bin directory and set up...
Abstracting server communication in frontend applications · When I'm developing a web application I prefer to abstract the server communication logic...
https://youtu.be/3PtiSy8G-Cs Sometimes when you write React and TypeScript code, you have to define event handlers. How do you choose the correct...
To develop React applications effectively - you’ll need to use React DevTools browser extension. It’s available for both Chrome and Firefox. It has...
A lot of people find this keyword in Javascript very confusing. Depending on where is it used and defined it can have different value. This In...
Handling events in ReactJS is very similar to how it’s done on DOM elements. There are a few differences though. Event names are camelCased, so...