Blogs

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 QuoteForm extends React.
Read More
  0 comments
Share with:
Share
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. First we need to in
Read More
  3 comments
Share with:
Share
There are two way to integrate React with drupalHeadless Drupal appReact app embedded in DrupalHeadless 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 you would use with any
Read More
  0 comments
Share with:
Share
Step 1 — Install react-responsive-modalnpm install -g react-responsive-modalStep 2 — Create SimplenewsForm.jsHere is the screenshot of popup code “SimplenewsForm.js“
Read More
  0 comments
Share with:
Share
Before you create Rest API you must have enable core Web services module list & Install custom "Rest Ui" module and enable it.Here are the steps to create a content type item Step:1  Go to Admin/Configuration/Web-services/Rest  and enable " Content type "
Read More
  0 comments
Share with:
Share
Before you create Rest API you must have enable core Web services module list & Install custom "Rest Ui" module and enable it.Here are the steps to create a webformStep:1  Go to Admin/Configuration/Web-services/Rest  and enable "Webform " 
Read More
  0 comments
Share with:
Share
Before you create Rest API you must have enable core Web services module list & Install custom "Rest Ui" module and enable it.Here are the steps to create a block item Step:1  Go to Admin/Configuration/Web-services/Rest  and enable "Custom block"
Read More
  0 comments
Share with:
Share