In a React application, for example, you could use the react-router-dom library to define routes for your application and a custom withAcces...
[Typescript] Rest (spread) parameter in destructured object with Typescript interface The solution I found was to add a TypeScript Index Si...
 Không dùng Arrow function javascript khi nào 1. Defining methods on an object ('this' not work on Arrow function) In JavaScript, th...
Don't Use innerHTML if you want to be Hacked Hacker can inject code like img tag
 Should put state in URL instead of useState (in React & Next.js) Keeping this state in url has many benefits 👇 users can share the url...
Shallow Copy and Deep Copy ReactJS   Shallow Copy Deep Copy 👉  What is the most efficient way to deep clone an object in JavaScript?
20 Trang github giúp bạn master ReactJS =)) - 20 GitHub Repositories to Become a React Master
JWT Authentication to NextJS Apps with middleware axios This article is a simple tutorial on how to implement authentication with NextJS, be...