A note on naming colors
What to do, when we want to have meaningful color names?
What to do, when we want to have meaningful color names?
How often do you find yourself coming back to the code you’ve written a few months ago?
Redux as the state manager in a React application
Let's see what Redux – the state manager for React – is all about.
How should our UI behave, when our logic doesn't really know, whether there will be any actual data?
Redux came to be a go-to solution for state management in React apps. It's also one of the most incomprehensible tools in the shed.