What fetching approach I should choose to fetch data?
Unanswered
Broad-snouted Caiman posted this in #help-forum
Broad-snouted CaimanOP
Hi guys, I've a question. I'm building a stock app, and I'm currently working on watchlist page. Watchlist columns and tickers are stored in database, and I am wondering what fetching approach I should use for fetching data of tickers in watchlist, api route? server side? watchlist component itself is client componenet due to dnd and etc. I am a bit lost.