10,000 Hours
of |

Another dev blog

logo

Latest posts

The Silent Killer in Your React Code: Mutation

The Silent Killer in Your React Code: Mutation
Mutations in React can stealthily wreck your app's predictability. Learn why mutating state is a big no-no and how using slice instead of splice keeps your code behaving as expected.