Entries by Génesis

How to print specific HTML content in a new page

Update: if you want to do it easier and in the same page, check this out: How to print a specific HTML element. If you want to print a specific HTML content, for example everything inside a div tag or a tag element with a particular identifier, you can use window.print() in a new window […]

React Setup

How to deal with the React Setup fatigue? I have seen many tutorials out there, many of them complex and outdated, therefor I would like to bring you my best with a basic working setup. First of all, I suppose that you know at least what is Node, NPM, React, Babel and Webpack, I know, I […]

Basic React example on JSFiddle

Basic React example to synchronize (write) text in an HTML heading tag while typing in an input tag. Do not forget to set Babel on JSFiddle and add react.js and react-dom.js libraries.