Hi, I'm Darius
Hi, I'm Darius
1 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
i sometimes like to write about oddly specific, technical things. i also play rhythm games a lot
Senior Web Dev at Eventology
Recent comments
How to Build A React TS Tailwind Design System
Nice article that goes deep into the tooling/setup side of th...
Trouble with useEffect running every render? `useEffectRef` to the rescue!
Thanks for the link. On that page, it says directly after: ...
Trouble with useEffect running every render? `useEffectRef` to the rescue!
Sure, but like i said in the post, it's unergonomic, and make...
Do you still use React classes?
Classes are dead to me 🙃
How to be a better react Developer.
Hooks and redux aren't alternatives, they work together. Re...
Indexing objects in TypeScript
👍 Might even be more readable that way.
Indexing objects in TypeScript
Turns out TS 3.0 broke this 🙃 I'm not quite sure how to fi...
Awaiting for async promises in JavaScript
Good point, didn't think about that. 👍