I don't know if I'm misunderstanding streaming?
(I'm using next.js 14 app router)
So I'm just trying to experiment around, and I can't really get streaming to work, like Suspsense.
It just never says
This is my page.tsx:
And from what i could understand, this should render instantly, since there's no async work, and the promise gets put into the QueryCache. But it dosen't render instantly.
This is PostFeedQuery.tsx:
So I'm just trying to experiment around, and I can't really get streaming to work, like Suspsense.
It just never says
Loading...This is my page.tsx:
And from what i could understand, this should render instantly, since there's no async work, and the promise gets put into the QueryCache. But it dosen't render instantly.
This is PostFeedQuery.tsx: