Problem/Motivation
As part of a proposed state management solution (https://www.drupal.org/project/gdwc/issues/3245588) create a gdwc-client element that creates an instance of Drupal State that can be made available to child elements.
Steps to reproduce
Proposed resolution
<gdwc-client apiRoot="https://live-contentacms.pantheonsite.io/api"></gdwc-client>
This element would have a new instance of Drupal State as its store property. It is likely that additional work will be required in order to make this available to child elements, but I think it would be best to address that as part of the related issue. As long as using this element correctly creates an instance of Drupal State, I think this can be considered complete.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork gdwc-3245592
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
brianperryCreated an initial gdwc-client element that creates an instance of Drupal State.