React JSLifecycle methodsBackground In applications with many components, it’s very important to free up resources taken by…Daniel NguyenMay 15, 2021 1 min
React JSTypescript ClassTypeScript Class Use class keyword to define a class in TypeScript. TypeScript leverages the ES…Daniel NguyenDecember 04, 2020 1 min
React JSTypescript FunctionFunctions Use type annotations for function parameters and return type to keep the calling code…Daniel NguyenDecember 03, 2020 1 min
React JSTypescript Basic TypesAnnotation Number String Boolean Object The TypeScript object type represents all values that are…Daniel NguyenDecember 02, 2020 1 min