Part 1 Testing React Applications – Environment

Hi, the first thing that we need is prepare our environment for test react applications.  So we need to install Node.JS, so go to https://nodejs.org/en/ en download Node.js Also we need to have a code editor, in my case I have atom https://atom.io/. For now, we are going to use the redux code examples (because … Continue reading Part 1 Testing React Applications – Environment