Blog Posts, page 5 of 17
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.
Comparison of form libraries in react
DevelopmentComparison of various form libraries in React JS. Comparison factors include Easiness in creating custom components, validations and error handling
Building Progressive Web App With React
TutorialThis article will help in building progressive web App with React JS. Also you can use the boiler plate for your future work.
Microservices for beginners, how to get started with right tools
TutorialMicroservices for beginners, how to get started with the right tools and when to choose the microservices. An introduction to advantages and disadvantages.
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
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
Intro to the Art of Creating Successful Products
BusinessCreating a successful product is seldom a matter of chance. In this article we discuss what it takes to create products that go on to become a hit.