feat(frontend): files API stub instead of hardcoded mocks #3

Merged
mcataford merged 3 commits from feat/no-more-mocks-fe into main 2023-08-09 04:52:27 +00:00
mcataford commented 2023-08-09 04:41:54 +00:00 (Migrated from github.com)

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 of Task and how nvm did not play well at all with using $PATH to create a temporary environment for frontend application development.

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](https://github.com/tj/n) -- that last change is mainly due to the use of `Task` and how `nvm` did not play well at all with using `$PATH` to create a temporary environment for frontend application development.
This repo is archived. You cannot comment on pull requests.
No description provided.