Data Normalization in Frontend
If you've ever built a real React or any JavaScript framework app, you might know this problem: you change a user's name in one place, but the old name still appears in other parts of the screen.
To fix this, most developers start using long and mess...
subratopatnaik.hashnode.dev6 min read