|
|
|
|
|
by WimLeers
3902 days ago
|
|
Indeed. Drupal 8 does exactly this. Use Drupal 8 for data modeling and storing the data. Use its forms if you want to. Retrieve the data using GraphQL and do all the rendering yourself. It even is capable of a hybrid model, where it serves pages BigPipe-style, and you do client-side rendering for the most dynamic/interactive parts. See http://buytaert.net/the-future-of-decoupled-drupal. |
|