π My talk about React performance and profiling is available online π
This is my first conference talk ever, I've been preparing it for last several months.
Retweets are _really_ appreciated. Criticism too.
https://t.co/uwpOj31ogm
@kenwheeler The funniest shit is when AI keeps pushing the same faulty solution over and over and you're just trying to convince it that it's wrong by writing proper code and hoping it picks up at some point.
Interviewers position on using @cursor_ai in live coding sessions is slowly shifting.
"You're free to use whatever AI tools you deem necessary"
Or even:
"You're encouraged to use Cursor to showcase how it can speed up development process"
@markdalgleish Have your tried flower sprouts? It's a cross between kale and brussels sprouts.
https://t.co/wpf5JprygL
I grow them in my garden. Incredibly tasty.
I've been living under the rock for a while in regards to changes in React ecosystem and I must say, @nextjs server/client components is something I would've killed for in the past.
Being able to reuse the same components within client/server contexts is truly magical.
I've been laid off together with every other Workday developer in Germany.
Anyone looking for Senior Frontend developer with loads of experience? I'm remote in EU.
@ToBoehm The library which I use to send push has `urgency` prop which is `normal` by default, but can be set to `high`. I'll try that, thanks for idea π
Anyone familiar with PWAs? I installed one on my android device, sent a push, but notification arrives only when the device is unlocked. Is this technical limitation of PWAs?
@ToBoehm Found online:
"When you trigger a push message, the push service will receive the API call and queue the message. This message will remain queued until the user's device comes online and the push service can deliver the messages. "
I guess "comes online" means becomes unlocked.
Wanted to use push notifications in progressive webapp I'm building. Tried Pusher, Firebase, custom web-push, but nothing was working. And no errors.
It turned out I had notifications disabled in Mac system settings π« Lost a day and some nerve cells.