Third Party API Integration with Django (JWT) + Next.js (Redux, RTK Query)
I am creating a NYT News App using Django JWT authentication for registration and login and NextJS, Redux and RTK Query on the frontend. My full stack login/registration system works perfectly and now I want to load the news after logging in. Lets call NYT API json from the backend as raw
data. On the frontend I wanna filter out raw
news by selecting categories:{}
and create a popup in the frontend for the first time users. (These preferences are then stored in DigitalOcean bucket using DigitalOcean functions). I am not sure how to start new api call in the first place and which tools to use. Any help would be appreciated!