feat(frontend): files API stub instead of hardcoded mocks #3
No reviewers
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#3
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/no-more-mocks-fe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The initial frontend application used hardcoded data to avoid having to bother with the backend until something ran. Now that a backend API base exists, this removes the hardcoded mocks and uses the API instead.
Adds
react-query
as a dependency to handle smart(er) requests and changes the expected node management to n -- that last change is mainly due to the use ofTask
and hownvm
did not play well at all with using$PATH
to create a temporary environment for frontend application development.