I wrote a very small demo involving useEffect() today. Actually, before that, I happened to be reading about useEffect() in some article and caught myself […]
Continue readingAuthor: Ankush Thakur
React and refs — first steps
Refs is one of those topics that sends even seasoned React devs into fits of panic. What is this mysterious thing called a “ref” that […]
Continue readingMake StackOverflow great again!
People hate StackOverflow (SO) for various reasons. There’s the general hate that SO is a quick-and-dirty help forum that promotes copy-paste-driven development. Then there are […]
Continue readingThe Impossible Structuring Decisions
How to structure your web app’s code base is a difficult problem, even more so when there are full stack frameworks involved. Take Django, for […]
Continue readingAre you a troller?
Who is a troller? Who is right and who is wrong? These are interesting questions. Well, I don’t know about right and wrong, but recently […]
Continue readingRedux vs. Context
In an earlier post I wrote, I remarked on how many developers in the React community feel that Redux is an overkill, an antipattern, and […]
Continue readingRed(ux)ing the complexity in application state
When the last edition of the wonderful React newsletter landed in my mailbox, one of the links caught my eye: “Why I stopped using Redux”. […]
Continue reading