In this post, I will share my own point of view about React Hooks, and as the title of this post implies, I am not a big fan. (more…)
Read more »
I've been developing for about 15 years now, starting very young. When I was introduced to virtual dom, I was excited and started to learn mythril.js. I quickly learned the breadth and biases of different styles and beliefs, and found an obsession with ... (more…)
Read more »
Create a smart contract and deploy it to the Ethereum blockchain, using the minimum toolset required: Remix, Metamask, and any text editor. (more…)
Read more »
Is it actually a problem if React components are enormous? After all, it seems a little odd to create components that only do one thing? (more…)
Read more »
Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features o... (more…)
Read more »