Skip to content
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

Convert FhirResource from class-based to functional component #398

Open
jocelynn1uphealth opened this issue Mar 24, 2023 · 1 comment
Open
Labels
good first issue Good for newcomers

Comments

@jocelynn1uphealth
Copy link
Contributor

Background:

Migrating from class-based to functional components improves the bundle size and performance of the repo

Expected Behavior:

  • no user-facing changes should result from this change
  • components work as expected
  • the FhirResource class is gone and has been replaced with a functional component of the same name
  • the FhirResource component has been moved into its own file
  • stories + supporting documentation have been updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Development

No branches or pull requests

2 participants