On naming things
On naming things
6 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
Recent comments
Why I don't like reduce
yes, summing two numbers is a classical example for reduce. I...
The power of const assertions
Turns out I made an error regarding the casting-props example...
Putting props to useState
Is the benefit of going the modal route worth changing my UI...
Avoiding legacy systems
We have a rule to name branches with issue numbers and a prep...
Don't over useState
What we do is calling computeCategories in every render, whic...
Don't over useState
reselect works well if you need to select things from „outsid...
Don't over useState
categories is created new in every render cycle by computeCat...
Don't over useState
I don’t see why - quite the opposite actually. Before: initia...