Posts written by prasanna
Which Front End Development Framework is number 1?
DevelopmentVueJS vs ReactJS, Over past few years, the web development arena has witnessed various new developments. New types of frameworks are constantly on the rise. Frameworks are constantly being developed and improved to gain a competitive advantage over counterparts. ReactJS"
Atom setup to improve reactJS development productivity
DevelopmentWhether you are a coder who specializes in ReactJS development services, AngularJS development services, or React native Development services this atom editor setup is sure to drastically improve your productivity. This list is divided into two sections Utlities
Why the latest ReactJS Update is a Game-changer (v16.0)
DevelopmentThe latest ReactJS development update uses a brand new core architecture called "Fiber". It is faster and makes error handling much easier.
How to deploy a React application: An in-depth overview
TutorialThere are a variety of ways to deploy a production ready React application. How to bundle, optimize and deploy a React application has been discussed.
Reselect tutorial: Optimizing React-Redux application
TutorialThis blog can help in optimizing React Redux application. Reselect is a library which can be used in a React Redux application to optimize performance.
Async operations in React Redux applications
DevelopmentIntroduction Javascript is a single thread programming language. That is when you have code something like this The second line doesn’t get executed till the first one gets completed. Mostly this won’t be a problem since millions of calculations are
Functional Approach to Higher Order Components and Recompose
DevelopmentThis is a continuation of our previous post where we talked about how Higher Order Components (HOC) help abstraction of logic. This in turn helps simplifying a React application. Now let’s say we have a React Component on which we