Last year the
It's fair to say the React community had a collective melt-down over this. For the better part of 2019, hooks turned into an all-encompassing obsession.
Hooks came with a bunch of pre-made options, but also allowed you to remix the default options to create custom hooks
Take a look at
Being humans, we rarely learn things linearly. No one begins their JavaScript journey by reading the TC39 language specification line-by-line like a pedantic masochist. Instead we all cobble…
Illustrated notes I made while working through Chris Achard 's Fix Common Git Mistakes course on egghead. Want more illustrated notes on web development? Take a look at Building Custom React Hooks…
When I was first learning React I couldn't quite wrap my head around why it was any different to JavaScript. The idea of the virtual DOM system helped clarify a few things for me. Primarily it got…
Turns out you can build almost anything in React now... including VR and AR apps inside a web browser. There's a version of React called React 360 that simplifies the otherwise niche and overly…
I've made plenty of illustrated notes for egghead courses. On everything from Building Custom React Hooks to Fixing Common Git Mistakes to The Basics of Rust They've always been artefacts made…
The Rust programming language keeps winning the middle-school popularity contest of the developer world: "most loved" on Stack Overflow surveys . So, what's this Rust thing and why is everyone…