I got to meet one of my favorite authors, @vladikk.bsky.social
and watch his excellent talk!
Sharing the stage with these fantastic speakers is such an honor!
I got to meet one of my favorite authors, @vladikk.bsky.social
and watch his excellent talk!
Sharing the stage with these fantastic speakers is such an honor!
Here’s what happens when you add 2,000 event listeners by mistake…
Full video in comments 💡
Here’s what happens when you add 2,000 event listeners by mistake…
Full video in comments 💡
- JSON.stringify as a key generator
- Map as a cache
- not handling complex structure besides primitives
Full video in the comments
- JSON.stringify as a key generator
- Map as a cache
- not handling complex structure besides primitives
Full video in the comments
Excited to speak on the biggest stage in Europe! 15:20 Amsterdam Theater!
Excited to speak on the biggest stage in Europe! 15:20 Amsterdam Theater!
Get tickets here: shop.weeztix.com/52e25a3b-3de...
Get tickets here: shop.weeztix.com/52e25a3b-3de...
Image 1 - handles user profiles. But it has many reasons to change.
Image 2 - implements each reason for changing in its own component:
Image 1 - handles user profiles. But it has many reasons to change.
Image 2 - implements each reason for changing in its own component:
✅ 'Complex state logic = use useReducer'
useState is fine for 5-6 independent states. useReducer shines when state updates affect each other.
Ensure state colocation and when state manipulation gets complicated switch to useReducer.
#React #WebDev
It's not magic - React stores your result & deps in memoizedState, then during updates, compares deps before deciding to recalculate.
But watch out! Sometimes the comparison itself is more expensive than just recalculating 🚀
#reactjs #webdev
I'm so glad for the React Community in Barcelona, who showed such a huge interest in the event, but I'm also super thankful for everybody helping out.
I'm so glad for the React Community in Barcelona, who showed such a huge interest in the event, but I'm also super thankful for everybody helping out.
Walt Disney said, "People can feel perfection," and it clicked - "good enough" isn't enough anymore.
In the age of AI, unreasonable attention to UX will stand out. One delighted user is worth more than a %conversion
Walt Disney said, "People can feel perfection," and it clicked - "good enough" isn't enough anymore.
In the age of AI, unreasonable attention to UX will stand out. One delighted user is worth more than a %conversion
Have you ever needed to roll out features gradually? I've got you covered! Here's a clean implementation of feature toggles using Firebase.
The system has:
1️⃣ A Firebase listener
2️⃣ A custom React hook
3️⃣ An example
Have you ever needed to roll out features gradually? I've got you covered! Here's a clean implementation of feature toggles using Firebase.
The system has:
1️⃣ A Firebase listener
2️⃣ A custom React hook
3️⃣ An example