sudheerj / reactjs-interview-questions

List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
38.89k stars 9.24k forks source link

converted the example used in question no.100 from class to functional component #236

Closed Shahidullah-Muffakir closed 1 year ago

Shahidullah-Muffakir commented 1 year ago

Hi there!

I've converted the class component used in Question No. 100 to a functional component using React hooks. I updated the state management to use the useState hook to track the window size, and used the useEffect hook to add and remove a window resize event listener. The component now correctly displays the current window size in the UI. Thanks!

sudheerj commented 1 year ago

Thank you for PR. Can you remove additional blank lines and add class example in the collapse after the functional component example

Shahidullah-Muffakir commented 1 year ago

Okay sure, I will update it.

sudheerj commented 1 year ago

Thanks @Shahidullah-Muffakir for PR