Profile picture of Avichai Nissim
Avichai Nissim
Full-stack Developer @ Juno Journey
Follow me
Generated by linktime
February 18, 2025
🔥 Did you know this about React? Most devs use useEffect for API calls, but React 18 introduced 'use' for async data fetching! No more useEffect + state juggling. Just fetch and use like this: 👉 const data = use(fetchData()); React keeps evolving—are you keeping up? 🚀 #React #WebDevelopment #Frontend #JavaScript #TechTips
Stay updated
Subscribe to receive my future LinkedIn posts in your mailbox.

By clicking "Subscribe", you agree to receive emails from linktime.co.
You can unsubscribe at any time.

27 Likes
February 18, 2025
Discussion about this post
Profile picture of Rotem Fridman
Rotem Fridman
Full Stack Developer
6 months ago
Interesting, thanks:)
Profile picture of Brit Bar Nissim
Brit Bar Nissim
Student at The Open University of Israel
6 months ago
Thanks for the advice
Profile picture of Isaac Abdullayev
Isaac Abdullayev
Web developer at 888
6 months ago
Does it replaces react query ?