-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[frontend] add recursive gql-node-renderer #847
Conversation
Storybooks Link For Branch |
Check out a preview of your pull request here: https://alphasite-appservice-dev-pr-preview-0.azurewebsites.net |
Coverage Report Link for Branch |
Check out a preview of your pull request here: https://alphasite-appservice-dev-pr-preview-0.azurewebsites.net |
7e8ff05
to
f579070
Compare
Check out a preview of your pull request here: https://alphasite-appservice-dev-pr-preview-0.azurewebsites.net |
6a7179b
to
847195f
Compare
Check out a preview of your pull request here: https://alphasite-appservice-dev-pr-preview-0.azurewebsites.net |
Check out a preview of your pull request here: https://alphasite-appservice-dev-pr-preview-0.azurewebsites.net |
0d1ee44
to
c887d1d
Compare
change fallback to blocking
Check out a preview of your pull request here: https://alphasite-appservice-dev-pr-preview-0.azurewebsites.net |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work thank you!
Check out a preview of your pull request here: https://alphasite-appservice-dev-pr-preview-0.azurewebsites.net |
Implement support for Benefits Navigator update/blog pages
Description
This code is intended to remove the need for hard-coding the HTTP response data returned from our GraphQL data fetching. More specifically, this code introduces a recursive react component that accepts the JSON data as props, and reconstructs the DOM from that data.