CSAllenISD / 2023-ISP-Bug-Tracker

Other
3 stars 0 forks source link

Fix page reloading on adding assignee. #54

Open Brook-A-CS opened 1 year ago

Brook-A-CS commented 1 year ago

When adding an assignee, the react frontend properly sends a POST api call, however react reloads the whole webpage. React is made to create interactive and modular websites that can update separately so we must take advantage of this to improve user experience.