Home  > Resources  > Blog

Ajax & Web 2.0 Blog Articles

 

How to do Unit Testing with Jest in React?

January 21, 2020

In this tutorial, we will create a new project to illustrate Test Driven Development (TDD) with React and Jest. We will create a simple model that can generate a greeting and integrate it in a Reach application. Part 1 – Creating the project Let’s create a new project. 1. Create a directory C:\LabWork , open a command project.

How to Create React Application Using Custom Hooks?

January 17, 2020

In this tutorial, we will create a React application that uses a custom hook to encapsulate a an article repository. Please refer to this article React Hooks Application for environment set up and other dependencies in this tutorial.Part 1 – React Development Environment 1.  Create

Angular 2 Programming Languages

May 8, 2016

Programming Languages for Angular Development Angular 2 differs from Angular JS in regards to programming language support. With Angular JS you generally program in JavaScript. With Angular 2 the official site provides example code in several languages; JavaScript, TypeScript and Dart. JavaScript is an implementation of the ECMAScript standard. Several versions exist including ES5 and ES6. Most current browsers fully support JavaScript ES5. This means that code compliant wi

New Support for ECMAScript 2015

January 26, 2016

Although it is a huge part of the modern web, the syntax of JavaScript hasn’t really changed significantly in quite a long time. That all changed though last June, when ‘ECMAScript 2015’ was released.  This major update contained some significant changes and new features.  Now that more JavaScript engines and environments support the new specification it is a good time to get familiar with these changes. Besides browsers adding more support for ECMAScript 2015, also call ECMAScript 6 or

Follow Us

Blog Categories