Tag: NPM

webTiger Logo Wide
  • Creating an NPM Package for Distribution

    NodeJS Symbol

    This article walks through creating an NPM project that can be uploaded to a public or private NPM feed as reusable package.

    (more…)
  • Introduction to Redux (for ReactJS)

    Redux Logo

    Redux is a toolkit for ReactJS that offers application-level state management features and can help overcome event bubbling performance issues in complex component architecture based Single Page (Web) Applications (SPA).

    (more…)
  • Introduction to TypeScript

    TypeScript Classic Logo

    TypeScript is a relatively new language that was created by Microsoft. It is an open source language loosely based on JavaScript syntax but extended to provide strong-typing declarations. An immediate advantage of using explicit data-types (like you would in other formal programming languages such as C/C++, C#, VB.NET, etc.) is that you get design-time data type checking when the ‘code’ is compiled into JavaScript.

    (more…)