useRef
is so important by looking at alternative attempts to achieve the same effect.
Why is useRef
Important?
In this article we explore why React’s
TypeScript Fun
TypeScript Fun Intro Ah, TypeScript. The “superset” of JavaScript that adds strict compile-time type checking. It is almost a meme at this point people doing crazy things in TypeScript. This includes making a full on database just with the type checker1, and implementing TypeScript in TypeScript2.3 Now I don’t reckon myself as clever as these folks, but I wanted to show what someone who uses a TypeScript on a daily basis might think of.
Choosing Good Primary Keys
A guide on choosing good primary keys in your database-driven application.
What is a Server?
An exploration of the modern word “server”. Learn why we use this word, its origins, and why it confuses. Approachable for the layperson but hopefully instills further curiosity in the technical mind.