I am planning to build a Drupal 8 site fully decoupled using Gatsby (a site generator for React). So I will use Drupal only to structure (content types, paragraphs), enter and update all the content and data and use React for the frontend.
The website also needs a (simple) form. I want to use the webform module for this.
But how do you get a Drupal form in React and after submitting send all completed fields to the database?