Follow
Erik Davtyan

Erik Davtyan

4 followers

Software engineer interested in solving non-trivial problems. 6+ years of experience working with various Javascript and blockchain technologies.

Implementing Javascript Promise from scratch

Oct 11, 20214 min read 115 views

I always find it fascinating to recreate non-trivial tools that I use every day. Promises have been an integral part of our JS lives since ES6. Most...

Implementing Javascript Promise from scratch
Handling global state in React without Providers and boilerplate