Posts written by prasanna
Using Higher Order Components in a React Application
DevelopmentIf you have started using ReactJS recently often you might have felt that you are performing repeated logic in many components. For example consider an app having- Infinite scroll in three different views with all having different data. You want
How To Use Immutable.js in a React Redux Application
TutorialIf you're trying to use Immutable.js with a React Redux application and are having problems, this post can help.