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
React JSTypescript Getting StartedIntroduction to TypeScript TypeScript builds on top of JavaScript. First, you write the TypeScript…Daniel NguyenDecember 01, 2020 1 min