#typescript
Read more stories on Hashnode
Articles with this tag
Over my 10 years of working as a software engineer, I've tried many different programming languages. In my professional career, I started with PHP,...
Adding attributes, event listeners and styles to DOM · This is the 4th part of the series where we build a virtual DOM from scratch. If you haven't...
Wrap your head around the Result monad. · Sooner or later, your application will encounter some errors. In a perfect world, we would like to catch this...
A delightful language for reliable web applications. · Taking a short break from the Let's code a Virtual DOM! series, I decided to write an article on...
Implement a Store with a reducer, actions and dispatch function · State management is a crucial feature of any modern application. Even though there are...
How to create your own React (kind of...) · What is the DOM? DOM (Document Object Model) is a tree-like structure that holds information about how an...