QueraTeam / django-nextjs

Next.js integration for Django projects
MIT License
341 stars 17 forks source link

Passing Data #12

Closed bangjohn closed 1 year ago

bangjohn commented 1 year ago

how to passing data from django backend to next js pages? i cant use {{ }} in next js pages

i am beginner in next js

bangjohn commented 1 year ago

using rest ?

danialkeimasi commented 1 year ago

Yeah, rest or any alternative like graphql.

danialkeimasi commented 1 year ago

I've added this in README.