#best-practices
Read more stories on Hashnode
Articles with this tag
Hooks ease the management of state and side effects inside functional React components. Moreover, repeated logic can be extracted into a custom hook...
Introduction Developers prefer working with React because it gives them flexibility in building their apps. In React, all UI components can be...
What is the XSS? Cross-site scripting (XSS) accounts for the majority of web applications security vulnerabilities. It lets attackers inject...
The checklist: ✓ Does the code handle edge cases? ✓ Do you see duplicated code? Can this code be abstracted? ✓ Is there a way to make the code...