Thomas Nguyen
Thomas Nguyen's Blog

Thomas Nguyen's Blog

Follow
homeFront-endBack-endMicroservicesBuy me a coffee
Tag

best practices

#best-practices

More content

Read more stories on Hashnode


Articles with this tag

Be Aware of Stale Closures when Using React Hooks

Jun 25, 20226 min read

Hooks ease the management of state and side effects inside functional React components. Moreover, repeated logic can be extracted into a custom hook...

Be Aware of Stale Closures when Using React Hooks

How to Store and Read Configuration Files Using React

Jun 23, 20223 min read

Introduction Developers prefer working with React because it gives them flexibility in building their apps. In React, all UI components can be...

How to Store and Read Configuration Files Using React

Preventing XSS in React Applications

Jun 15, 20225 min read

What is the XSS? Cross-site scripting (XSS) accounts for the majority of web applications security vulnerabilities. It lets attackers inject...

Preventing XSS in React Applications

A Simple Checklist for a Good Code Review

Jun 15, 20221 min read

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...

A Simple Checklist for a Good Code Review