JamieBort / Portfolio-Website

This is where I share a bit about myself, showcase what I've been working on, and share where you can find me online. It is build with a React + Vite front end and a Node Express backend. And styled with MUI.
https://jamiebort.com
GNU General Public License v3.0
0 stars 0 forks source link

Refactor code so that the spare data from the SpareData.jsx file is loaded while we wait on the back end to serve the live data #29

Closed JamieBort closed 4 months ago

JamieBort commented 5 months ago

Bug:

While the backend server warms up/turns on, the spinning wheel of death appears until the backend server warms up/turns on. And the spare data from the SpareData.jsx file never is deplayed.

How it should behave:

Until the backend server warms up/turns on, the projects data should first load from the SpareData.jsx file before it is replaced by the data from the backend call.

JamieBort commented 4 months ago

I believe that Issue https://github.com/JamieBort/Portfolio-Website/issues/25 addressed this Issue.

This is not the case.

JamieBort commented 4 months ago

Addressed this Issue with this 5b07d46e42357fbc6223cc81d15e18058852e5f1 commit.