leebuhrmann / loGIStics

Computer Science Major Capstone Project (CSCI4970). SNOW allows users to create geospatial boundaries on a map view and receive relevant weather notifications about alerts within those boundaries.
1 stars 1 forks source link

Use Recoil for State Management #69

Closed regannd closed 7 months ago

regannd commented 7 months ago

I updated our application to use recoil for state management. Please feel free to ask any questions about how recoil works.

== Test Steps == This should be tested in the VM to make sure the WebSocket works properly

  1. checkout issue-59-test and cd snow
  2. run npm i to update your package-lock to include recoil
  3. Start the backend
  4. run npm run dev to deploy
  5. Test the functionality of the front-end Because a lot of changes were made to the entire application, it is important to test everything works as expected Make sure the alert data is being updated through the WebSocket