bldg14 / eventual

A simple event calendar
https://eventual-client.fly.dev
MIT License
0 stars 0 forks source link

Display events from server on screen #19

Open kevinfalting opened 1 year ago

kevinfalting commented 1 year ago

After we've created a function to fetch the events, lets loop over them and display them on screen with our Event component. This will most likely involve the use of the useEffect and useState React Hooks. If you haven't already, you'll likely need to make use of async/await.

This may require a bit of refactoring of the event component and possibly other things to make it work the way you want it to.

Definition of Done: