Category JavaScript

Ways to optimize React applications

Ways to optimize React applications

Developing applications that are fast and efficient has always been the goal of every developer out there. Most of the job when working towards achieving the goals above gets done by frameworks and libraries like React, Angular, etc. A library like React is fast, and in most cases, you won't need to apply optimization techniques to make your application faster or more efficient.

Understanding Data-binding in React and Angular

Understanding Data-binding in React and Angular

Data binding is an integral part of modern applications that get developed these days. Many frameworks and tools incorporate the data-binding technique to develop faster and easily debuggable applications.  As a JavaScript developer, it is important to understand how this…