TypeScript with React from Scratch

Depending on who you ask, TypeScript is one of the best things to happen in the JS community. Or it is just cramping on developers’ styles and making it harder to code. A lot of people have strong reactions to it. I’m definitely not here to persuade you to...

React Primer: From State to Props to Context (pt.1)

Update: Part 2 of this post, featuring context, has been published! Feel free to skip part 1 if you are already familiar with React basics. Introduction Background Since the release of React 16, we have been introduced to quite a few new features. There’s even more...