Question Regarding Audio

I am a new user to Fuse and had a general question. I am NOT looking for the answer but more someone to point me in the right direction. I am working on a infinite scrolling list that populates its data with audio files uploaded to a website. I understand the infinite list aspect, but honestly can not figure out how to pull the data from the website and apply it in fuse.

Again I don’t want anyone to hold my hand, I just want someone to point me in the right direction so I can learn.

Thanks in advance!

Hi!

If you’re working with a rest API i would suggest you look into how fetch works https://www.fusetools.com/docs/fusejs/http.

Then use an Each tag to iterate over your data:
https://www.fusetools.com/docs/fuse/reactive/each

Here are two simple examples you could take a look at:
https://www.fusetools.com/examples/news-feed
https://www.fusetools.com/examples/http-json

I hope that helps :slight_smile: Good luck!