SE701-T5 / Frontend

This is the frontend repo of Uni-forum, associated with the University of Auckland, SOFTENG701. This repo will be linked to Netlify for ease of deployment and code review
MIT License
1 stars 22 forks source link

Context variable for Posts #83

Open hpar461 opened 2 years ago

hpar461 commented 2 years ago

In order to utilize the list of posts across different components, a context variable consisting the list of posts should be added. This is concerning all posts in the database.

A (potential) list of places where this variable would be used is, but not limited to:

*Although we added this issue because that's how we thought it would be implemented, you can modify or adjust according to how you think would be the best.