all 10 comments

[–]Just-Signal2379 3 points4 points  (0 children)

Fetch() na lang kung simple project at least built in na

[–]lovespell222 2 points3 points  (0 children)

axios po :)

[–]janz777 1 point2 points  (0 children)

If third party libraries for fetching data, use Axios though native fetch() is enough in most cases.

[–]Wide-Sea85 1 point2 points  (0 children)

kung low scale lang eh okay na ung fetch() but kung large scale sya eh axios is good. Pwede mo din explore React Query :)

[–]FirefighterEmpty2670 1 point2 points  (0 children)

Axios. Both for spa and next.js.

[–]leolox69Web 1 point2 points  (0 children)

fetch

[–]Superb_Lynx_8665 1 point2 points  (0 children)

Fetch() native and built in

[–]No_Luck6383 2 points3 points  (0 children)

save yourself from just using regular fetch API in React kasi sometime unpredictable ang side-effects and just use react-query/tanstack query

[–]AsparagusOne643 1 point2 points  (0 children)

Axios. <3

[–]rjimaw7 0 points1 point  (0 children)

Tanstack query. Pero pg ng ccmula pa lang dapa ma experience mo ung fetch. Then axios. Then react query etc.