Parse Objects

  • Blog
  • JavaScript
  • About
  • Contact

Tag Archives: react

Understanding What is Webpack

Aditya May 22, 2017 Blog, JavaScript Leave a Comment
webpack parse objects

  When I started learning React, I was introduced to the whole new world, new concepts, new tools, new types of files. For the first few days, I was overwhelmed by the amount of work that was required to build

Continue Reading Understanding What is Webpack

React- Redux tutorial: Build a Simple App

Aditya May 06, 2017 Blog, JavaScript 1 Comment
redux simple app

  In this post, we are going to build a simple app using React and Redux. This app is going to perform a complex task (pun intended!) of changing the number that is already displayed. The final app will look

Continue Reading React- Redux tutorial: Build a Simple App

Redux tutorial: Getting started

Aditya May 01, 2017 Blog, JavaScript Leave a Comment
redux getting started

  In this post, we will use the main functionalities of Redux and create Actions to add two numbers.  We can use Redux without touching React and I suppose that is an easier way to start learning Redux. Because, you

Continue Reading Redux tutorial: Getting started

How to Install Jest to test React Components

Aditya March 03, 2017 Blog, JavaScript 2 Comments
Installing jest

  React is a JavaScript library for building user interfaces and Jest is a testing framework to test the React components. In this article, we will go through the installation of Jest as well as get started with the testing

Continue Reading How to Install Jest to test React Components

Recent Posts

  • Publish Vue.js components to NPM
    How to publish Vue.js components to NPM
  • Binary Search Algorithm
    Binary Search Algorithm in JavaScript
  • nodeJS project
    NodeJS Application with Express – Handlebars and Mongoose
Aditya

Aditya

I am a Web Software Developer and I currently work on building real-time genetic analysis tools.