The Chief Pig Makeup Artist
and this is my blog where I write about my coding ideas. I will not be very thorough about them. I probably even won't test the code examples. It's ok to reach out if you find any mistakes.
Posts
-
IIFE as a way to avoid mutation
2024-12-29
A trick if you want to have pure conditional declaration of variables
-
Nullish coalescing operator
2024-12-12
Use
??
over||
-
Why falsiness is a bad idea
2024-10-25
Why this is a bad idea
if (myData) doSomething()
-
Javascript Emptiness
2024-10-23
[].isEmpty() // true
-
General Reducer Action Switch
2024-10-19
dispatch({ $set: { count: 1 } })
-
React reducer idea
2024-10-19
dispatch(action1, action2, action3, ...)