Posts

Showing posts from September, 2017

React Tutorial for Beginners

Image
Reference link:  https://ihatetomatoes.net/react-tutorial-for-beginners/ This guide is for beginner React developers who struggle to move forward while learning React. It will give you a  very simple “ABC” path that you can follow , step by step, concept by concept, without the overwhelming feeling that you need to learn everything at once. Take your time,  digest the content of each article  in this series and  try to complete the challenge . My suggestion is that you only progress to the next step, when you are  super clear  about each of the concepts. What you will learn what is a React  component what is the difference between  stateless  and  class  components what is the  state  and what are  props what is  destructuring  in JavaScript how to render React component on the page Are you already familiar with React? Try the challenge at the end of the article. 1. Think React, t...