Some time in the past I became very interested in React JS so I started the course React the complete guide made by instructor Maximilian Schwarzmuller. This course is basically […]
Read more
I live as I lived and will live, in all ways, simultaneously.
In this category you can find articles about React JS and Front End Development.
Some time in the past I became very interested in React JS so I started the course React the complete guide made by instructor Maximilian Schwarzmuller. This course is basically […]
Read moreSo nowadays there are three main front end frameworks: Vue js, React js and Angular. Among them Vue js is the most easy to learn. This tutorial assumes intermediate experience […]
Read moreThis is the second lesson of the ES 6 course and it teaches functions: Arrow functions (full name arrow function expressions) const upperizedNames = [‘Farrin’, ‘Kagure’, ‘Asser’].map(function(name) { return name.toUpperCase(); […]
Read moreECMAScript 6 (or ES6) is a massive improvement to Javascript. It supports default parameters, template literals, multi-line strings, destructuring assignment, enhanced object literals, arrow functions, promises, block-scoped, constructs: let and […]
Read more