I have found the Vikas and he is amazing developer, he had always delivered the product under the timeline, on budget and with 100% accuracy, He is totally problem solving guys.
Blogs
What is GovCMS?
GovCMS is a Drupal distribution that built using Drupal core along with additional software such as themes, modules, libraries, and installation profiles to enable the quick creation of Australian government websites.
Why use GovCMS?
GovCMS aim is to provide a single solution for u
Read More
0 comments |
Share with: |
Firstly you will need to install the Vue CLI to run this command.npm install -g @vue/cli (it install latest version Vue.js)The -g flag tells npm to install the CLI globally a
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 this distrib
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 QuoteForm extends React.
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. First we need to in
Read More
3 comments |
Share with: |
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: |
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: |