Posts by DrunkPunk • 9 points
2 posts
-
-1
votes2
answers36
viewsQ: How to run the same Javascript function for more than one div
I have a slide carousel and I need to play this same carousel (only with different images and sections) on the same page. I will make this application for a blog, so there are several categories…
-
1
votes1
answer130
viewsA: There is a standard documentation/software comments in Reactjs
I think the code itself is only a good comment if it is a very specific function and it can generate some doubt for another dev. But the ideal is that the code is written in the best possible way so…