Hello everyone, today I will talk about useMemo in Reactjs. Talk about Reactjs programmers, you've probably used React hooks, specifically here useMemo, it's quite familiar but not everyone understands and uses it properly so... Today we will learn … [Read more...]
Two ways to fix Typescript error “Object is possibly undefined”
Errors can be one of the biggest headaches in software development. What makes them so bad is that they sound foreign when you read them for the first time. But when you take your time and read it properly, they will give you a summary of what you … [Read more...]