Posts tagged with React

Featured image for "Creating pages with Gatsby"
JavaScript

Creating pages with Gatsby

Gatsby has a large set of APIs, and one of them is to programmatically create new pages. In this tutorial we'll use this API to create detail pages for each blogpost.

Read more →
Featured image for "Using Gatsby with WordPress as a headless CMS"
JavaScript

Using Gatsby with WordPress as a headless CMS

If you want to use WordPress as a headless CMS with Gatsby, I'll demonstrate how you can achieve this in this tutorial.

Read more →
Featured image for "Writing apps with React.js: Writing components using JSX"
JavaScript

Writing apps with React.js: Writing components using JSX

React.js is all about components. In this tutorial I will create an application using React.js to create several JSX components.

Read more →
Featured image for "Writing apps with React.js: Build using gulp.js and Browserify"
JavaScript

Writing apps with React.js: Build using gulp.js and Browserify

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.

Read more →