As you might know, I have been diving into setting up a boilerplate for a TypeScript project with React. And…
The Typescript team recently announced its road map. Interestingly, they have decided to not focus on TSLint any more and…
After seeing a lot of projects making the move to Typescript, I recently started to give it a shot as…
Using "require" statements (commonJS syntax) in your server side code while writing "import" and "export" statements (ES2015 syntax) for your…