React.js is all about components. In this tutorial I will create an application using React.js to create several JSX components.
In this article I will prepare my environment to create apps using React.js. First of all we're going to use gulp and Browserify to build our app.
Gulp is the new build system for your webapps. It's powered by streams which makes it fast. In this article I will use it to build my Angular app.