React: Switch background images when they are ready
8. December 2022I created a changing background image and made sure it loads before displayed.
I created a changing background image and made sure it loads before displayed.
I created an analog clock in React. Now I wanted to have the seconds hand move smoothly.
Types in typescript try to ensure you are working with the data you expect. But...
Create a simple analog clock React component and learn a bit about time.
FLIP - First, Last, Invert, Play.
As soon as your React application grows a bit larger, key organization gets more important. One approach...
Let's take at the scientific process and compare it to "Agile", and which important steps usually get skipped.
When defining a function in Typescript, the first instinct might tell you to just use your existing interfaces or even classes. This might not be optimal...
Discussing snapshot tests and why I think they are a bad idea. And what you should do instead.