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

Decouple frontend rebuilds from API changes while developing locally #4649

Closed
3 tasks done
apburnes opened this issue Nov 4, 2024 · 0 comments · Fixed by #4655
Closed
3 tasks done

Decouple frontend rebuilds from API changes while developing locally #4649

apburnes opened this issue Nov 4, 2024 · 0 comments · Fixed by #4655
Assignees

Comments

@apburnes
Copy link
Contributor

apburnes commented Nov 4, 2024

To improve rebuild times while developing locally, decouple the automatic, complete rebuild of the frontend application whenever the API is updated. Currently, a full rebuild of the frontend when a change occurs in the API but we do an incremental rebuild of the frontend when changes occur to it. Switching to use only incremental frontend builds after initial start will mean no long delays between changes.

Notes

Acceptance Criteria

  • Decouples the frontend build triggered by changes to the api
  • Removes the devMiddleware function
  • Only run incremental frontend builds after initial start up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant