Developer for Life Time
  • Home
  • About me
Subscribe
Tagged

typescript

A collection of 3 posts

Getting Started

How-to: Yeoman for React-Typescript-Webpack project

This is summary of how I create a Yeoman generator for React/Typescript/Webpack project. This imitates the producedure used in React project manual steps post.[1] What is Yeoman IMO? Yeoman is a tool to generate a project scaffold. It works by using a generator written with Yeoman framework

  • Rux
Rux 23 ก.ค. 2016 • 5 min read
web technology

Create React project using Typescript and Webpack

Update: As of 2018, many things have changed and better version of doing this is available at Typescript site itself: https://www.typescriptlang.org/docs/handbook/react-&-webpack.html Pre-requisites In order to follow the steps, typescript, typings, and webpack must be first installed by following command: npm install

  • Rux
Rux 22 ก.ค. 2016 • 2 min read
typescript

Why should we use TypeScript?

(This is a re-publication of the same title article written in 2015 here) What is TypeScript? TypeScript is a language which is a superset of Javascript (JS), meaning any JS code can be safely compiled by TypeScript transpiler. TypeScript was created by Microsoft but it has been developed as an

  • Rux
Rux 30 ก.ค. 2015 • 4 min read
Developer for Life Time © 2023
Powered by Ghost