decoupled drupal

Stepping back to move forward with ReactJS

October 20, 2017
Web Development
decoupled drupal, Drupal, ReactJS

I’ve been using ReactJS as I have been exploring Headless / Decoupled Drupal and have so far found it to be very nice to work with. However, as I am not overly familar with it I’ve found myself looking up lots of things to ensure I’m doing it “the React way”. This has meant I’ve been doing more React learning than I have Drupal learning. My solution is to go back to an existing Drupal 7 project where I have a custom piece of search functionality and replicate it using JSON feeds provided by Drupal and a ReactJS frontend. ...

Headless / Decoupled Drupal 8 First Go

October 4, 2017
Uncategorized
decoupled drupal, drupal8, headless drupal

The installation of a minimal Drupal setup is very quick and easy. From there I enabled a few modules and a theme to help me create some data. Modules enabled Field UI Image Views View UI RESTful Web Services I also installed the Devel module to help with dummy content population of my content type Article. A common function of a website is to list content in an order, newest items or most relevant, and paginate this list. ...