es6, javascript, reactJS, reduxJS, Uncategorized Pure and Impure functions in Javascript 01 Mar 2018, Thursday Sumit Jangir What is a pure function in javascript? A function is called pure if it satisfies two conditions – 1. The function should only be…
angular, angular 2.0, angularjs, javascript, reactJS, reduxJS Why do we react? 10 May 2017, Wednesday Manu Bamba Functional programming and reactive programming have been more of theoretical concepts for frontend developers in the past because they seemed like overkill tools especially for…