Blogs
Install Drupal 8 (https://www.drupal.org/docs/installing-drupal). Which we will use as backend.
Create nodes for article or page content type.
Install JSON: API module which provides an endpoint for these two content type automatically.
To verify access visit this URL HOST+ /jsonapi/node/article. It will return artic
Read More
0 comments
|
Share with:
|
|
Crypto Distribution is a powerful profile distribution to show the live stream of market capitalization, charts and prices data of the top Crypto Currencies.
It mainly uses the Crypto Compare REST & Websocket API for updating live stream data of these Crypto Currencies.
Actually React and Drupal can be used together to create amazing digital experiences.
So in
Read More
0 comments
|
Share with:
|
|
In previous blog we had covered on how to use a REST API in Drupal with React APP using React Library.
This blog is about sending React webform data and storing the submitted record in Drupal8 as a webform entity.
First we need to write component for web form. Which will be as follows
class Quote
Read More
0 comments
|
Share with:
|
|
In previous blog I had covered on How to use react with Drupal in which we had placed simple text in react APP.
In this blog I shall cover on how to use a REST API in Drupal with React APP using React Library. So the topic is using REACT.js for User Interface with Drupal8 CMS as a back end.
Fi
Read More
3 comments
|
Share with:
|
|
There are two way to integrate React with drupal
Headless Drupal app
React app embedded in Drupal
Headless Drupal app
If you implement headless Drupal, you then build a separate React application which will communicates with the backend via API requests, just as
Read More
0 comments
|
Share with:
|
|
Step 1 — Install react-responsive-modal
npm install -g react-responsive-modal
Step 2 — Create SimplenewsForm.js
Here is the screenshot of popup code “SimplenewsForm.js“
Read More
0 comments
|
Share with:
|
|