I’m manually defining all rules now because the presets either don’t work or at the least have type errors. The recommended preset actually has no compiler rules and you’d need recommended-latest. I wasted over an hour on this. Not great, @no.lol FYI
October 8, 2025 at 11:02 AM
I’m manually defining all rules now because the presets either don’t work or at the least have type errors. The recommended preset actually has no compiler rules and you’d need recommended-latest. I wasted over an hour on this. Not great, @no.lol FYI
How to Build a Reusable useSearch Hook in React Recently, I needed to add a search feature to a R...
https://www.freecodecamp.org/news/how-to-build-a-reusable-usesearch-hook-in-react/
#React #ReactHooks
Event Attributes
https://www.freecodecamp.org/news/how-to-build-a-reusable-usesearch-hook-in-react/
#React #ReactHooks
Event Attributes
February 25, 2025 at 10:21 PM
How to Build a Reusable useSearch Hook in React Recently, I needed to add a search feature to a R...
https://www.freecodecamp.org/news/how-to-build-a-reusable-usesearch-hook-in-react/
#React #ReactHooks
Event Attributes
https://www.freecodecamp.org/news/how-to-build-a-reusable-usesearch-hook-in-react/
#React #ReactHooks
Event Attributes
How is reactHooks imported? I get errors left and right:
import reactHooks from 'eslint-plugin-react-hooks'
{
extends: [reactHooks.configs['recommended-latest']],
},
import reactHooks from 'eslint-plugin-react-hooks'
{
extends: [reactHooks.configs['recommended-latest']],
},
October 8, 2025 at 10:47 AM
How is reactHooks imported? I get errors left and right:
import reactHooks from 'eslint-plugin-react-hooks'
{
extends: [reactHooks.configs['recommended-latest']],
},
import reactHooks from 'eslint-plugin-react-hooks'
{
extends: [reactHooks.configs['recommended-latest']],
},
useState is great, but don’t overuse it. Some values can be derived instead of stored. Optimize your renders by managing only what truly needs to be stateful. 🧠 #React #ReactHooks
August 17, 2025 at 6:09 AM
useState is great, but don’t overuse it. Some values can be derived instead of stored. Optimize your renders by managing only what truly needs to be stateful. 🧠 #React #ReactHooks
Miss this week’s newsletter? 😭
Learn why #Microsoft365Devs should embrace #React Hooks for their apps to benefit from better performance & code readability + learn about #ReactHooks & how to use them in your apps!
No worries, get the article now!👇
https://t.co/IRz7MNWpGT
Learn why #Microsoft365Devs should embrace #React Hooks for their apps to benefit from better performance & code readability + learn about #ReactHooks & how to use them in your apps!
No worries, get the article now!👇
https://t.co/IRz7MNWpGT
Why React Hooks: Enhancing Code Performance and Readability
Discover what React Hooks are, why developers choose them over class components, and learn how to convert your SPFx projects to React Hooks in this article.
www.voitanos.io
November 19, 2024 at 7:21 PM
Miss this week’s newsletter? 😭
Learn why #Microsoft365Devs should embrace #React Hooks for their apps to benefit from better performance & code readability + learn about #ReactHooks & how to use them in your apps!
No worries, get the article now!👇
https://t.co/IRz7MNWpGT
Learn why #Microsoft365Devs should embrace #React Hooks for their apps to benefit from better performance & code readability + learn about #ReactHooks & how to use them in your apps!
No worries, get the article now!👇
https://t.co/IRz7MNWpGT
useEffect is powerful, but use it wisely:
Empty deps []: run once
With deps [x]: run when x changes
Clean up with return function
Avoid infinite re-renders! ♻️ #ReactHooks
Empty deps []: run once
With deps [x]: run when x changes
Clean up with return function
Avoid infinite re-renders! ♻️ #ReactHooks
August 16, 2025 at 3:38 PM
useEffect is powerful, but use it wisely:
Empty deps []: run once
With deps [x]: run when x changes
Clean up with return function
Avoid infinite re-renders! ♻️ #ReactHooks
Empty deps []: run once
With deps [x]: run when x changes
Clean up with return function
Avoid infinite re-renders! ♻️ #ReactHooks
Okay, this talk that @ryanflorence is doing at #ReactConf is blowing my mind. Just a quick Redux-like rewrite using #ReactHooks in a few minutes. Yay, co-location!
November 18, 2024 at 11:37 PM
Okay, this talk that @ryanflorence is doing at #ReactConf is blowing my mind. Just a quick Redux-like rewrite using #ReactHooks in a few minutes. Yay, co-location!
🚀 Hey #Microsoft365Dev’s! #ReactHooks are the way to go for most, but #SharePointFramework devs still rock class components.
Find out why in my next newsletter issue… subscribe today so it’s in your inbox tomorrow! #React #SPFx https://www.voitanos.io/newsletter
Find out why in my next newsletter issue… subscribe today so it’s in your inbox tomorrow! #React #SPFx https://www.voitanos.io/newsletter
Newsletter - The Full Stack Dev's Microsoft 365 Playbook
I scour all the Microsoft 365 news so YOU DON'T HAVE TO. Join 9,500+ fellow full-stack developers for news &insights. 100% free · unsubscribe anytime.
www.voitanos.io
November 19, 2024 at 7:21 PM
🚀 Hey #Microsoft365Dev’s! #ReactHooks are the way to go for most, but #SharePointFramework devs still rock class components.
Find out why in my next newsletter issue… subscribe today so it’s in your inbox tomorrow! #React #SPFx https://www.voitanos.io/newsletter
Find out why in my next newsletter issue… subscribe today so it’s in your inbox tomorrow! #React #SPFx https://www.voitanos.io/newsletter
Optimists point to examples like React hooks as existing AE-like patterns. They see potential for cleaner APIs, better code organization, and encourage exploring its benefits despite perceived challenges. #ReactHooks 6/6
May 25, 2025 at 2:00 AM
Optimists point to examples like React hooks as existing AE-like patterns. They see potential for cleaner APIs, better code organization, and encourage exploring its benefits despite perceived challenges. #ReactHooks 6/6
Check out the code I’ve been working on: github.com/thaufiqsiraj...
#React #JavaScript #ReactHooks #WebDevelopment #Frontend
#React #JavaScript #ReactHooks #WebDevelopment #Frontend
GitHub - thaufiqsiraj/react-hooks-demo
Contribute to thaufiqsiraj/react-hooks-demo development by creating an account on GitHub.
github.com
January 5, 2025 at 4:17 PM
Check out the code I’ve been working on: github.com/thaufiqsiraj...
#React #JavaScript #ReactHooks #WebDevelopment #Frontend
#React #JavaScript #ReactHooks #WebDevelopment #Frontend
Learn how to convert a default class-based #Reactjs component to a functional component, and then see how to implement React hooks in the web part! #SharePointFramework #SPFx #Microsoft365Dev #ReactHooks https://youtu.be/EzI-k5lqIng #spfx #m365dev
November 17, 2024 at 5:52 PM
Learn how to convert a default class-based #Reactjs component to a functional component, and then see how to implement React hooks in the web part! #SharePointFramework #SPFx #Microsoft365Dev #ReactHooks https://youtu.be/EzI-k5lqIng #spfx #m365dev
I turned on "rules of hooks" in my linter. RIP two workdays. I had working code in prod for over a year, though with a few oversights. I've definitely had some "wtf, my data is not reloading as it should"... #react #reacthooks #coding #refactor
November 3, 2025 at 3:50 PM
I turned on "rules of hooks" in my linter. RIP two workdays. I had working code in prod for over a year, though with a few oversights. I've definitely had some "wtf, my data is not reloading as it should"... #react #reacthooks #coding #refactor
Tark Labs routine: #53: Use React hooks to use the same instance of SDK in the app (in our case, these are "face-detection" and "face-validness") 👍 #reacthooks #vitejs #webdev #typescript #nodejs #tarklabs #airontark
August 24, 2025 at 7:00 AM
Tark Labs routine: #53: Use React hooks to use the same instance of SDK in the app (in our case, these are "face-detection" and "face-validness") 👍 #reacthooks #vitejs #webdev #typescript #nodejs #tarklabs #airontark
In episode 9 of #CloudDevClarity, @andrewconnell & @jfj1997 discuss @Reactjs hooks, define the differences between class & functional components, & share some opinions. #reactjs #reacthooks https://youtu.be/1fItx3o4k_Q
November 19, 2024 at 7:16 PM
In episode 9 of #CloudDevClarity, @andrewconnell & @jfj1997 discuss @Reactjs hooks, define the differences between class & functional components, & share some opinions. #reactjs #reacthooks https://youtu.be/1fItx3o4k_Q
Level up your React skills instantly! 📈
I compiled the essential ReactJS concepts into one cheatsheet focused exclusively on Functional Components.
#reactjs #javascript #webdevelopment #frontend #developer #coding #programmer #reacthooks
I compiled the essential ReactJS concepts into one cheatsheet focused exclusively on Functional Components.
#reactjs #javascript #webdevelopment #frontend #developer #coding #programmer #reacthooks
October 17, 2025 at 3:07 PM
Level up your React skills instantly! 📈
I compiled the essential ReactJS concepts into one cheatsheet focused exclusively on Functional Components.
#reactjs #javascript #webdevelopment #frontend #developer #coding #programmer #reacthooks
I compiled the essential ReactJS concepts into one cheatsheet focused exclusively on Functional Components.
#reactjs #javascript #webdevelopment #frontend #developer #coding #programmer #reacthooks
So........if I decide to use @reactjs hooks for all projects going forward does that make me a hooker? Asking for a friend. #ReactHooks #ReactJS
December 2, 2024 at 4:54 PM
So........if I decide to use @reactjs hooks for all projects going forward does that make me a hooker? Asking for a friend. #ReactHooks #ReactJS
React Hooks Face-Off! ⚡
useEffect vs useLayoutEffect — Do you know when to use which?
Perfect for JavaScript & React devs aiming to ace their next frontend interview in 2025!
Save this post — your future self will thank you!
#ReactHooks #useEffect #useLayoutEffect #ReactJS #FrontendDeveloper
useEffect vs useLayoutEffect — Do you know when to use which?
Perfect for JavaScript & React devs aiming to ace their next frontend interview in 2025!
Save this post — your future self will thank you!
#ReactHooks #useEffect #useLayoutEffect #ReactJS #FrontendDeveloper
August 20, 2025 at 10:34 AM
React Hooks Face-Off! ⚡
useEffect vs useLayoutEffect — Do you know when to use which?
Perfect for JavaScript & React devs aiming to ace their next frontend interview in 2025!
Save this post — your future self will thank you!
#ReactHooks #useEffect #useLayoutEffect #ReactJS #FrontendDeveloper
useEffect vs useLayoutEffect — Do you know when to use which?
Perfect for JavaScript & React devs aiming to ace their next frontend interview in 2025!
Save this post — your future self will thank you!
#ReactHooks #useEffect #useLayoutEffect #ReactJS #FrontendDeveloper
Frontend routine: SWR is awesome. Most handy React Hooks lib I ever used 😍 #reactjs #reacthooks #swrhooks #typescript #nodejs #airon #tark
August 30, 2024 at 3:35 PM
Frontend routine: SWR is awesome. Most handy React Hooks lib I ever used 😍 #reactjs #reacthooks #swrhooks #typescript #nodejs #airon #tark
Learn #ReactHooks & #FluentUI React for #SharePointFramework apps - new lessons in the republished React chapter in my course. Learn about the March 2024 update of Mastering the #SPFx course & check out the first lesson for free here: https://t.co/S0umbW61lP
November 19, 2024 at 7:45 PM
Learn #ReactHooks & #FluentUI React for #SharePointFramework apps - new lessons in the republished React chapter in my course. Learn about the March 2024 update of Mastering the #SPFx course & check out the first lesson for free here: https://t.co/S0umbW61lP
One more brownbag is coming! 🚀
Join Iasmim Cristina in her presentation "Custom Hooks possible issues: state sharing" at 12:30 BRT
Click on the link so you don't miss out!
bit.ly/4jsy7MK
#codeminer42 #brownbag #reacthooks
Join Iasmim Cristina in her presentation "Custom Hooks possible issues: state sharing" at 12:30 BRT
Click on the link so you don't miss out!
bit.ly/4jsy7MK
#codeminer42 #brownbag #reacthooks
Custom Hooks possible issues: state sharing by Iasmim Cristina
Custom hooks are very useful in React. However, using them carelessly can lead to issues. So, to help you avoid turning this potential ally into a foe, let’s...
bit.ly
June 5, 2025 at 1:05 PM
One more brownbag is coming! 🚀
Join Iasmim Cristina in her presentation "Custom Hooks possible issues: state sharing" at 12:30 BRT
Click on the link so you don't miss out!
bit.ly/4jsy7MK
#codeminer42 #brownbag #reacthooks
Join Iasmim Cristina in her presentation "Custom Hooks possible issues: state sharing" at 12:30 BRT
Click on the link so you don't miss out!
bit.ly/4jsy7MK
#codeminer42 #brownbag #reacthooks
I had some issues connecting eslint-plugin-react-hooks to [email protected]
After a few hours, I figured out what it was missing. I had to explicitly pass rules and react's plugin `languageOptions` into `tslint.config()` #eslint #react #reactHooks
After a few hours, I figured out what it was missing. I had to explicitly pass rules and react's plugin `languageOptions` into `tslint.config()` #eslint #react #reactHooks
November 14, 2024 at 10:28 AM
I had some issues connecting eslint-plugin-react-hooks to [email protected]
After a few hours, I figured out what it was missing. I had to explicitly pass rules and react's plugin `languageOptions` into `tslint.config()` #eslint #react #reactHooks
After a few hours, I figured out what it was missing. I had to explicitly pass rules and react's plugin `languageOptions` into `tslint.config()` #eslint #react #reactHooks
Frontend routine: Pretty nice React hook callback to reuse after Adyen 3ds callback to your app. #reactjs #frontend #typescript #adyen #nodejs #reacthooks #tarklab #airontark
April 23, 2025 at 5:00 AM
Frontend routine: Pretty nice React hook callback to reuse after Adyen 3ds callback to your app. #reactjs #frontend #typescript #adyen #nodejs #reacthooks #tarklab #airontark
Master side effects, dependencies, and cleanup like a pro! 🚀 Learn how to fetch data, manage event listeners, and avoid common mistakes. #React #WebDev #JavaScript #reacthooks https://replug.link/fd4d57ec #automation #techie #cybersecurity
Master side effects, dependencies, and cleanup like a pro! 🚀 Learn how to fetch data, manage event listeners, and avoid common mistakes. #React #WebDev #JavaScript #reacthooks
🧠 Understanding useEffect in React Rishabh Joshi ・ Mar...
replug.link
March 30, 2025 at 3:33 AM
Master side effects, dependencies, and cleanup like a pro! 🚀 Learn how to fetch data, manage event listeners, and avoid common mistakes. #React #WebDev #JavaScript #reacthooks https://replug.link/fd4d57ec #automation #techie #cybersecurity
Mañana estaré parchadito dando una charlita sobre #ReactHooks con toda la gente cool de @WWCodeMedellin pilas pues para que caigan 💜💻
November 1, 2024 at 4:25 PM
Mañana estaré parchadito dando una charlita sobre #ReactHooks con toda la gente cool de @WWCodeMedellin pilas pues para que caigan 💜💻
🔸 React's useEffect keeps running in a loop
This usually happens when dependencies in the array are incorrectly set. Review the dependency array to avoid unnecessary re-executions.
#ReactHooks #InfiniteLoopFix #Softwareentwickler
This usually happens when dependencies in the array are incorrectly set. Review the dependency array to avoid unnecessary re-executions.
#ReactHooks #InfiniteLoopFix #Softwareentwickler
March 6, 2025 at 7:59 AM
🔸 React's useEffect keeps running in a loop
This usually happens when dependencies in the array are incorrectly set. Review the dependency array to avoid unnecessary re-executions.
#ReactHooks #InfiniteLoopFix #Softwareentwickler
This usually happens when dependencies in the array are incorrectly set. Review the dependency array to avoid unnecessary re-executions.
#ReactHooks #InfiniteLoopFix #Softwareentwickler