Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed is an implementation of a context element where live data can be implemented into components.
This element utilizes our back-end GQL server where user-reported data is logged. Currently the code is set up to process date-related data but other queries can be added as well.
As of now, no existing UI elements are affected by this addition. The addition is simply a functionality update.
For information on how the data pull works (with an example), please refer to issue #84.
Notes:
-The addition is currently a hybridized version of tsx with several 'normal' js/jsx elements still in place.
-Future plans are to convert this component into a functional one rather than a class component with full typescript conversion.
This may also be implemented as a render prop or higher-order component. Let me know if you have any thoughts/queries/ideas/etc.