Mastering Pinia @masteringpinia.com ยท Jun 17

Pinia is designed to work with SSR. The key is to create a new Pinia instance for each server request to avoid state pollution between users. Nuxt.js handles this automatically. ๐Ÿ—๏ธ

3 likes 0 replies

?