Blog Posts, page 6 of 17
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.
Chrome Permission Flaw: Extensions Can Monitor User Activity
DevelopmentChrome is a popular browser, with a number of extensions. But one flaw in their permission grants extensions access to your webcam without your knowledge.
Implementing Blockchain For Businesses
BusinessBlockchain based systems is all the hype nowadays. But do you really need to consider adopting blockchain for your business? Read to find out more.
Why Every Business Should Consider Ecommerce
BusinesseCommerce is one of the fastest growing sectors in the recent past. While many businesses have transitioned to ecommerce, many remain resistant. Should you?
Technology Driven Disruption of the Insurance Industry
BusinessInsurance companies have a lot to gain from the recent advancements in technology. We take a look at how they can use tech to win their digital customers.
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.