What Not To Do In ReactA List Of Anti-Patterns To Build A High Performance And Scalable App.

What Not To Do In React

A List Of Anti-Patterns To Build A High Performance And Scalable App.

React being a highly popular UI library, over the years have matured beautifully. React’s flexibility is its greatest asset but if you do not know how to harness that flexibility, it can be troublesome.  React is by far the most popular front-end framework/library (and continues to grow faster). In addition, React is more loved and…

Add UPI To Any Web AppThe easiest way to integrate UPI in your web apps

Add UPI To Any Web App

The easiest way to integrate UPI in your web apps

Earlier this week I had to add an instant payment receiving method on one of the side projects I have been pursuing. In India, we have been using the most advanced form of payment transaction method called Unified Payments Interface or UPI. What is UPI? From the official docs: Unified Payments Interface (UPI) is a system…

Responsive Font-Sizes In React AppsBest CSS practice to ensure consistent styling in web applications

Responsive Font-Sizes In React Apps

Best CSS practice to ensure consistent styling in web applications

We live in a mobile-first world and hence as a front-end developer it is our job to ensure that the web-apps we are building are mobile-friendly. With the rise of hybrid frameworks, things that are developed for web are easily translated to Android and iOS applications. This shift in the development community has not only…