python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Using cleanup function in React UseEffect
In my app there is a navbar that pops down after the user scrolled to a certain point. I use two separate navbars and define the current scroll position like this:
const newNavbar = () => {
...
József Kiss
Votes: 0
Answers: 1
Wordpress Submenu on header menu not showing
I seem to be having a code clash that I can not find on the website https://integritysolutionscentre.com/
I have taken over this site that at least 3 different developers developed, the issues I am ha...
Blog About Business
Votes: 0
Answers: 0
Code Cleanup in Visual Studio 2022 For One Solution Only
I have some separated solutions in my hard disk.
And I have configured my Visual Studio 2022 like this:
But one of them (the oldest one) does not follow the configuration. This is what happens, after...

Mohammad Mirmostafa
Votes: 0
Answers: 1
Resharper CLI Cleanup is removing C# explicit parameter names
I have this line under [*.cs] in my editorconfig:
resharper_redundant_explicit_positional_property_declaration_highlighting = none
But when I run dotnet jb cleanupcode MySolution.sln, named parameters...
Freewalker
Votes: 0
Answers: 1