Hello! I’m just a developer like you, trying to make the world a better place, one bit at a time.
Subscribe to my newsletter and never miss my upcoming articles
Prefer a Video Instead? https://youtu.be/N04VzxLgKcQ What is an Error Boundary? Error boundaries are exactly what they sound like: they catch errors from falling through your front-end application. Introduced in later versions of React JS, they are ...
Initially, I created this list mostly for "Engineers", but I believe 92% of these tips apply to almost anyone reading! The list below is created for gaining the most productivity out of your life, and calling it a success (whatever that means) 1. Lea...
When you write the same piece of code, more than 1 time with minor differences, it’s a good indication that you need to create a more generic version? This is where you can benefit from creating a custom React Hook. Probably the most frequent task in...