Cover Image

Using TypeScript With React

October 17, 2023 Galen 0

JavaScript is inherently a weakly typed programming language, meaning that when you declare a variable, you don’t have to specify its type. You can just […]