Articles listed under TypeScript
Create A Node TypeScript Starter Project With Tests And Prettifying
There are many “starter” project templates out there for basically any kind of stack or setup. These are simply boilerplate projects that provide you with the basic setup/configuration required based upon your chosen framework or tool. But let’s walk through how to create your own boilerplate, instead. What are we going to create? Specifically, we’ll […]
React With TypeScript: Typing Components
This article is focussed on using React with TypeScript. More specifically, we’ll be looking at typing React components in general: their state, their props, their return types and so on. So if you’re new to using React with TypeScript, or if you just need a refresher — this short guide should (hopefully) be of some […]