11.0.x

Create a React Component

Last updated

Retrieve Data from an API with React

Last updated

Use React to List Content from Drupal

Last updated

Create, Update, and Delete Drupal Content with JavaScript

Last updated

Build an Interface to Edit Nodes with React

Last updated

Create a Fully Decoupled React Application

Last updated

Now that we know how to build a working application in React and embed the application in Drupal, let's make a stand-alone version of our application which can be used outside the context of a Drupal module or theme. In the next few tutorials we'll look at how to create a fully decoupled React application whose only interactions with Drupal happen via API requests.

In this tutorial we'll:

Use create-react-app to Start a Decoupled React Application

Last updated

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

Make API Requests with OAuth

Last updated

Use Fetch and OAuth to Make Authenticated Requests

Last updated

Use Ajax to Submit a Form

Last updated