Category: JavaScript

react

28

Oct2017
Redux-saga is a redux middleware library, that is designed to make handling side effects in your redux app nice and simple. It achieves this by leveraging an ES6 feature called Generators, allowing us to write asynchronous code that looks synchronous, and is very easy to test.To continue reading this post ... Read More
October 28, 2017Naveen
javascript

13

Jan2017
It's been since more than a month i wrote anything here and you might be thinking that this blog might be dead. No i just came out of a client development project in which we're migrating client's in-house web app from .NET platform to a React + WordPress platform to ... Read More
January 13, 2017Naveen
wordpress

06

Aug2015
Hey guys if you're using a WordPress theme and sometimes you might don't want to see some certain CSS (styles) or JS (scripts) files from your WordPress theme. And in case you're in good stand to use the strong relationship of parent-child theme in yoour project and willing to remove ... Read More
August 6, 2015Naveen