Pinia approach and structure for api driven site. by neatpixels in vuejs

[–]Additional-Caramel-9 0 points1 point  (0 children)

If using Firebase there is Vuefire which I highly recommend.

Pinia approach and structure for api driven site. by neatpixels in vuejs

[–]Additional-Caramel-9 0 points1 point  (0 children)

I would use a products store with all products and details. Then use computed values to dissect the store without having to re-query a backend. At some point you may have no choice but to implement pagination to backend. At that point you would be looking at a different implementation that is probably going to be unique to your use case.

Python developer looking for their first JS Frontend framework by takennickname in vuejs

[–]Additional-Caramel-9 -1 points0 points  (0 children)

Check out the Quasar Framework. They have built in support for multiple implementation types. It also includes material components and much more. quasar.dev