We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
Great article. Thank you for it! The more TS recepies we have...
Nov 8 '20
Mydrax: const [searchValue, setSearchValue] = useState('')...
Nov 6 '20
in such a way that the latter type will overwrite types of f...
Oct 23 '20
My solution: bit.ly/35ojBlc code: type Merge<A, B> =...
That's why you can replace Redux with Context API with ease ...
Oct 5 '20
Thx, for the article. But there's 2 things you probably shoul...
Plz avoid using JSON.stringify for memoization keys. It do...
Jun 25 '20
Thx for the article. I'm sure it's very important for the fro...
Jun 3 '20
Recent comments
Typescript — how to Deep merge
Great article. Thank you for it! The more TS recepies we have...
How to build a search bar in React
Mydrax: const [searchValue, setSearchValue] = useState('')...
Advanced TypeScript Exercises - Question 10
in such a way that the latter type will overwrite types of f...
Advanced TypeScript Exercises - Question 10
My solution: bit.ly/35ojBlc code: type Merge<A, B> =...
How to manage global data with Context API, without Redux on React
That's why you can replace Redux with Context API with ease ...
How to manage global data with Context API, without Redux on React
Thx, for the article. But there's 2 things you probably shoul...
Understand Memoization in 5 Minutes
Plz avoid using JSON.stringify for memoization keys. It do...
Time complexity Big 0 for Javascript Array methods and examples.
Thx for the article. I'm sure it's very important for the fro...