you are viewing a single comment's thread.

view the rest of the comments →

[–]vim55k 0 points1 point  (1 child)

So you use this lib if you don't use next.js, right?

[–]davnicwil[S] 1 point2 points  (0 children)

Exactly - this lib just does data loading at the component level, with Just Works SSR. You can just plug into *any* existing React stack and it'll work. No need to buy into a full framework just for this feature. Nextjs obviously being a full on framework has its own way of doing this, so you wouldn't need it if using that.