I'm also looking for new job opportunities. I have a lot of experience with TypeScript and frontend system design. Recently, I've been using Hono and Cloudflare to make super-fast websites. If you're interested in working with me or know someone who is hiring, please reach out at hello@jonno.dev ππ»
Posts by Jonathan Haines
I'm grateful to hono.dev and friends for including me in the #honoconf awards. It's humbling to have my love for JavaScript recognised by people I've not yet met. Special thanks to gemcook.com for sponsoring the awards and supporting me on GitHub github.com/sponsors/Bar...
Unsure if it's related.. the npm registry rotated some signing keys a while back. This resulted in corepack failing to install package managers, due to a bug in corepack. We had to update a bunch of projects as a result
github.com/nodejs/corep...
Ah.. Effect Events might be worth a read react.dev/learn/separa...
π§ Under Construction π§ π
There is also Dan's article on useEffect, but it's from 2019, so it's probably a bit dated now overreacted.io/a-complete-g...
Checkout "How to handle the Effect firing twice in development?" react.dev/learn/synchr...
It's called out a few times in the docs, but only ever in relation to another topic. See also "Fixing bugs found by double rendering in development"
react.dev/reference/re...
You probably want to use `act()` when rendering in tests. Note that you'll also need to define `IS_REACT_ACT_ENVIRONMENT`
react.dev/reference/re...
It's difficult asking clarifying questions without coming across as a jerk π I don't know a lot of Rust, so I was unsure if there was something I had missed
I'm loving Iterators and all the iterator methods available now. If I see Array<T> used somewhere, I'll try replacing it with Iterable<T> to see what breaks
developer.mozilla.org/en-US/docs/W...
Ah, I just saw the section about Valibot Transforms, sounds great! I've seen teams have success with ember-data-factory-guy. Having typed schemas for input/output validation will be massive for DX ππ»
Waiting for invitations so Gill can join tooβ³