MasteringPinia The complete guide to Mastering Pinia
16
March
2025
1.69 GB | 00:24:20 | mp4 | 1920X1080 | 16:9
Genre:eLearning |Language:English
Files Included :
01 1 1 - The What and Why of State Management and Stores.mp4 (8.97 MB)
02 1 2 - Creating a Store from Scratch.mp4 (15.82 MB)
03 1 3 - Collecting effects with effectScope.mp4 (16.07 MB)
04 1 3 1 - Touring the Exercise Platform.mp4 (26.49 MB)
05 1 4 - Creating our own defineStore().mp4 (35.92 MB)
06 1 5 - Dependency Injection with provide and inject.mp4 (26.13 MB)
07 1 6 - Exercise - Use inject and provide to ensure our stores are app-specific.mp4 (21.28 MB)
08 1 7 - Bonus Exercise Introduction.mp4 (5.66 MB)
09 1 7 - Bonus Exercise Solution.mp4 (68.7 MB)
10 1 8 - Why use Pinia.mp4 (7.23 MB)
11 2 1 - Quick start with Pinia.mp4 (16.31 MB)
12 2 2 - The root state AKA the Pinia instance.mp4 (16.14 MB)
13 2 3 - The three pillars of Pinia- State.mp4 (26.08 MB)
14 2 3 1 - Practicing store's state.mp4 (18.7 MB)
15 2 4 - The three pillars of Pinia- Getters.mp4 (54.72 MB)
16 2 4 1 - Practicing store getters.mp4 (25.35 MB)
17 2 5 - The three pillars of Pinia- Actions.mp4 (32.23 MB)
18 2 5 1 Practicing store actions.mp4 (34.85 MB)
19 2 6 - Correctly Typing a Store.mp4 (45.81 MB)
20 2 7 - Building a gradient color generator.mp4 (90.2 MB)
21 3 1 - When should we use storeToRefs, toRef and toRefs.mp4 (23.31 MB)
22 3 2 - How does useStore work.mp4 (20.94 MB)
23 3 3 - Faster development with Hot Module Replacement (HMR).mp4 (16.85 MB)
24 3 4 fixing broken stores.mp4 (28.57 MB)
25 4 1 - What are Setup Stores and how do they compare to Option Stores.mp4 (38.69 MB)
26 4 2 - Why both Syntaxes.mp4 (10.03 MB)
27 4 3 - When to choose one syntax over the other.mp4 (38.03 MB)
28 4 4 - Setup Stores Weakness.mp4 (12.15 MB)
29 5 1 - Introduction of the Devtools.mp4 (21.54 MB)
30 6 1 - Keeping stores simple.mp4 (5.62 MB)
31 6 2 - partitioning setup stores.mp4 (37.75 MB)
32 6 3 exercise intro.mp4 (5.02 MB)
33 6 3 solution refactoring stores 2.mp4 (65.1 MB)
34 6 4 creating private state 2.mp4 (15.87 MB)
35 6 5 1 exercise introduction.mp4 (10.21 MB)
36 6 5 1 exercise solution.mp4 (7.95 MB)
37 6 5 2 exercise solution.mp4 (16.83 MB)
38 6 5 3 exercise solution.mp4 (17.03 MB)
39 6 5 4 exercise solution.mp4 (16.97 MB)
40 6 6 Using Composables in Option Stores.mp4 (23.35 MB)
41 6 7 Using Composables in Setup Stores 4.mp4 (15.64 MB)
42 6 8 (Not) Overusing stores 3.mp4 (14.5 MB)
43 6 8 ex data fetching introduction.mp4 (15.14 MB)
44 6 8 ex solution Part 1 - useQuery data fetching.mp4 (90.7 MB)
45 6 8 ex solution Part 2 - useMutation data fetching.mp4 (45.04 MB)
46 7 1 SSR-friendly state mp4.mp4 (19.02 MB)
47 7 2 Complex state serialization.mp4 (26.24 MB)
48 7 3 Complex state in Nuxt with Payload plugins.mp4 (8.3 MB)
49 7 4 State Hydration in Option Stores.mp4 (20.49 MB)
50 7 5 State Hydration in Setup Stores.mp4 (12.5 MB)
51 8 1 Introduction.mp4 (4.79 MB)
52 8 2 Unit Testing Stores.mp4 (23.4 MB)
53 8 4 ex introduction Testing Stores.mp4 (1.96 MB)
54 8 4 ex solution Testing Stores.mp4 (45.94 MB)
55 8 3 Stores with Plugins.mp4 (17.13 MB)
56 8 5 Mocking Stores.mp4 (58.22 MB)
57 8 6 ex Mocking Stores.mp4 (2.23 MB)
58 8 6 ex solution Mocking Stores.mp4 (59.69 MB)
59 9 1 What is a Pinia Plugin 2.mp4 (12.34 MB)
60 9 2 Adding new properties to the store UPDATED.mp4 (17.86 MB)
61 9 3 Adding new state to stores.mp4 (11.86 MB)
62 9 4 Subscribing to state changes UPDATED.mp4 (22.19 MB)
63 9 5 Intercepting actions.mp4 (29.3 MB)
64 9 6 defining custom options.mp4 (28.01 MB)
65 9 7 ex Retry failed actions.mp4 (18.59 MB)
66 9 7 ex solution Retry failed actions.mp4 (64.48 MB)
env d.ts (282 B)
ClientOnly.ts (286 B)
entry-client.ts (212 B)
entry-server.ts (2.5 KB)
custom-defineStore spec.ts (1.76 KB)
my-pinia.ts (501 B)
store.ts (443 B)
my-pinia.ts (65 B)
store.ts (533 B)
custom-defineStore spec.ts (3.41 KB)
index.ts (171 B)
my-pinia.ts (1008 B)
store.ts (339 B)
my-pinia.ts (585 B)
store.ts (339 B)
injectionKey.ts (160 B)
tab-manager spec.ts (2.1 KB)
injectionKey.ts (118 B)
dango-shop.ts (146 B)
store-state spec.ts (5.12 KB)
dango-shop.ts (112 B)
dango-shop.ts (795 B)
store-getters spec.ts (4.39 KB)
dango-shop.ts (208 B)
dango.ts (933 B)
store-actions spec.ts (4.79 KB)
dango.ts (370 B)
gradient-generator.ts (2.07 KB)
gradien-generator spec.ts (2.77 KB)
gradient-generator.ts (587 B)
todo-list-1 spec.ts (1.77 KB)
todo-list-2 spec.ts (2.53 KB)
todo-list-3 spec.ts (3.63 KB)
todos.ts (1.43 KB)
todos.ts (1.43 KB)
template spec.ts (304 B)
clickaway.ts (963 B)
open-file.ts (983 B)
files.ts (356 B)
index.ts (665 B)
logging.ts (4.58 KB)
settings.ts (2.24 KB)
testing.ts (11.29 KB)
welcome.ts (3.14 KB)
main.ts (1.43 KB)
router.ts (2.56 KB)
index.ts (1.7 KB)
tailwind config.ts (197 B)
envSetup.ts (797 B)
handlers.ts (516 B)
server.ts (565 B)
utils.ts (2.27 KB)
vitest config.ts (778 B)
vite config.ts (4.64 KB)
contacts.ts (1.5 KB)
memes.ts (407 B)
custom-defineStore spec.ts (1.76 KB)
my-pinia.ts (501 B)
store.ts (293 B)
my-pinia.ts (65 B)
store.ts (467 B)
custom-defineStore spec.ts (3.44 KB)
index.ts (171 B)
my-pinia.ts (1008 B)
store.ts (339 B)
my-pinia.ts (585 B)
store.ts (339 B)
injectionKey.ts (190 B)
tab-manager spec.ts (2.1 KB)
injectionKey.ts (118 B)
dango-shop.ts (146 B)
store-state spec.ts (5.12 KB)
dango-shop.ts (112 B)
template spec.ts (304 B)
clickaway.ts (963 B)
files.ts (324 B)
index.ts (646 B)
logging.ts (3.22 KB)
settings.ts (2.06 KB)
testing.ts (7.83 KB)
welcome.ts (2.8 KB)
main.ts (704 B)
router.ts (2.67 KB)
index.ts (307 B)
tailwind config.ts (197 B)
envSetup.ts (771 B)
handlers.ts (1.3 KB)
server.ts (565 B)
utils.ts (1.32 KB)
vitest config.ts (800 B)
vite config.ts (2.7 KB)
env d.ts (282 B)
aic.ts (3.25 KB)
auth.ts (2.51 KB)
contacts.ts (2.06 KB)
memes.ts (1.91 KB)
todos.ts (3.36 KB)
ClientOnly.ts (286 B)
entry-client.ts (212 B)
entry-server.ts (2.58 KB)
custom-defineStore spec.ts (1.76 KB)
my-pinia.ts (501 B)
store.ts (443 B)
my-pinia.ts (65 B)
store.ts (533 B)
custom-defineStore spec.ts (3.41 KB)
index.ts (171 B)
my-pinia.ts (1008 B)
store.ts (339 B)
my-pinia.ts (585 B)
store.ts (339 B)
injectionKey.ts (160 B)
tab-manager spec.ts (2.1 KB)
injectionKey.ts (118 B)
dango-shop.ts (146 B)
store-state spec.ts (5.12 KB)
dango-shop.ts (112 B)
dango-shop.ts (795 B)
store-getters spec.ts (4.39 KB)
dango-shop.ts (208 B)
dango.ts (933 B)
store-actions spec.ts (4.79 KB)
dango.ts (370 B)
gradient-generator.ts (2.07 KB)
gradien-generator spec.ts (2.77 KB)
gradient-generator.ts (587 B)
todo-list-1 spec.ts (1.77 KB)
todo-list-2 spec.ts (2.53 KB)
todo-list-3 spec.ts (3.63 KB)
todos.ts (1.43 KB)
todos.ts (1.43 KB)
todo-list spec.ts (4.28 KB)
tasks.ts (3.78 KB)
todos.ts (1.25 KB)
tasks.ts (364 B)
todos.ts (4.28 KB)
private-state spec.ts (1.81 KB)
auth.ts (997 B)
auth.ts (727 B)
private-store spec.ts (1.75 KB)
private-state.ts (660 B)
store-private-state.ts (705 B)
private-state.ts (453 B)
store-private-state.ts (705 B)
private-store spec.ts (2.37 KB)
private-store.ts (634 B)
store-private-store.ts (858 B)
private-store.ts (635 B)
store-private-store.ts (858 B)
readonly-store spec.ts (2.06 KB)
readonly-state.ts (1.14 KB)
store-readonly-state.ts (687 B)
readonly-state.ts (454 B)
store-readonly-state.ts (687 B)
data-fetching-store.ts (5.79 KB)
data-fetching spec.ts (16.2 KB)
use-mutation.ts (2.48 KB)
use-query.ts (3.68 KB)
data-fetching-store.ts (3.87 KB)
use-mutation.ts (1.49 KB)
use-query.ts (2.33 KB)
test spec.ts (122 B)
auth spec.ts (4.27 KB)
auth.ts (2.42 KB)
preferences.ts (355 B)
auth spec.ts (2.17 KB)
auth.ts (2.42 KB)
preferences.ts (355 B)
test spec.ts (125 B)
mocking-stores spec.ts (7.03 KB)
auth.ts (2.53 KB)
preferences.ts (465 B)
mocking-stores spec.ts (4.4 KB)
auth.ts (2.53 KB)
preferences.ts (465 B)
index.ts (198 B)
retry-plugin spec.ts (6.19 KB)
retry-plugin.ts (3.54 KB)
art-gallery.ts (1.71 KB)
retry-plugin.ts (1.52 KB)
art-gallery.ts (1.71 KB)
template spec.ts (304 B)
clickaway.ts (963 B)
open-file.ts (983 B)
router.ts (1.17 KB)
files.ts (356 B)
index.ts (665 B)
logging.ts (4.58 KB)
settings.ts (2.24 KB)
testing.ts (12.21 KB)
welcome.ts (3.14 KB)
main.ts (1.76 KB)
pinia-state.ts (846 B)
router.ts (3.43 KB)
index.ts (1.7 KB)
tailwind config.ts (197 B)
envSetup.ts (797 B)
handlers.ts (1.02 KB)
server.ts (634 B)
utils.ts (2.27 KB)
vitest config.ts (769 B)
vite config.ts (4.7 KB)
env d.ts (282 B)
auth.ts (694 B)
contacts.ts (1.5 KB)
memes.ts (1.91 KB)
ClientOnly.ts (286 B)
entry-client.ts (212 B)
entry-server.ts (2.5 KB)
custom-defineStore spec.ts (1.76 KB)
my-pinia.ts (501 B)
store.ts (443 B)
my-pinia.ts (65 B)
store.ts (533 B)
custom-defineStore spec.ts (3.41 KB)
index.ts (171 B)
my-pinia.ts (1008 B)
store.ts (339 B)
my-pinia.ts (585 B)
store.ts (339 B)
injectionKey.ts (160 B)
tab-manager spec.ts (2.1 KB)
injectionKey.ts (118 B)
dango-shop.ts (146 B)
store-state spec.ts (5.12 KB)
dango-shop.ts (112 B)
dango-shop.ts (795 B)
store-getters spec.ts (4.39 KB)
dango-shop.ts (208 B)
dango.ts (933 B)
store-actions spec.ts (4.79 KB)
dango.ts (370 B)
gradient-generator.ts (2.07 KB)
gradien-generator spec.ts (2.77 KB)
gradient-generator.ts (587 B)
todo-list-1 spec.ts (1.68 KB)
todo-list-2 spec.ts (2.44 KB)
todo-list-3 spec.ts (3.5 KB)
todos.ts (1.43 KB)
todos.ts (1.43 KB)
private-state spec-d.ts (516 B)
template spec.ts (304 B)
clickaway.ts (963 B)
files.ts (356 B)
index.ts (665 B)
logging.ts (4.44 KB)
settings.ts (2.24 KB)
testing.ts (8.53 KB)
welcome.ts (2.84 KB)
main.ts (1.43 KB)
router.ts (2.56 KB)
index.ts (307 B)
tailwind config.ts (197 B)
envSetup.ts (797 B)
handlers.ts (242 B)
server.ts (565 B)
utils.ts (2.27 KB)
vitest config.ts (1010 B)
vite config.ts (3.8 KB)
env d.ts (335 B)
aic.ts (3.25 KB)
auth.ts (2.51 KB)
contacts.ts (2.06 KB)
memes.ts (1.91 KB)
todos.ts (3.36 KB)
ClientOnly.ts (286 B)
entry-client.ts (212 B)
entry-server.ts (2.58 KB)
custom-defineStore spec.ts (1.76 KB)
my-pinia.ts (501 B)
store.ts (443 B)
my-pinia.ts (65 B)
store.ts (533 B)
custom-defineStore spec.ts (3.41 KB)
index.ts (171 B)
my-pinia.ts (1008 B)
store.ts (339 B)
my-pinia.ts (585 B)
store.ts (339 B)
injectionKey.ts (160 B)
tab-manager spec.ts (2.1 KB)
injectionKey.ts (118 B)
dango-shop.ts (146 B)
store-state spec.ts (5.12 KB)
dango-shop.ts (112 B)
dango-shop.ts (795 B)
store-getters spec.ts (4.39 KB)
dango-shop.ts (208 B)
dango.ts (933 B)
store-actions spec.ts (4.79 KB)
dango.ts (370 B)
gradient-generator.ts (2.07 KB)
gradien-generator spec.ts (2.84 KB)
gradient-generator.ts (587 B)
todo-list-1 spec.ts (1.77 KB)
todo-list-2 spec.ts (2.51 KB)
todo-list-3 spec.ts (3.61 KB)
todos.ts (1.43 KB)
todos.ts (1.43 KB)
todo-list spec.ts (4.28 KB)
tasks.ts (3.78 KB)
todos.ts (1.25 KB)
tasks.ts (364 B)
todos.ts (4.28 KB)
private-state spec.ts (1.81 KB)
auth.ts (997 B)
auth.ts (727 B)
private-store spec.ts (1.75 KB)
private-state.ts (703 B)
store-private-state.ts (705 B)
private-state.ts (453 B)
store-private-state.ts (705 B)
private-store spec.ts (2.37 KB)
private-store.ts (634 B)
store-private-store.ts (858 B)
private-store.ts (635 B)
store-private-store.ts (858 B)
readonly-store spec.ts (2.06 KB)
readonly-state.ts (1.18 KB)
store-readonly-state.ts (687 B)
readonly-state.ts (454 B)
store-readonly-state.ts (687 B)
data-fetching-store.ts (5.79 KB)
data-fetching spec.ts (16.18 KB)
use-mutation.ts (2.48 KB)
use-query.ts (3.68 KB)
data-fetching-store.ts (3.87 KB)
use-mutation.ts (1.49 KB)
use-query.ts (2.33 KB)
test spec.ts (122 B)
auth spec.ts (4.29 KB)
auth.ts (2.42 KB)
preferences.ts (355 B)
auth spec.ts (2.17 KB)
auth.ts (2.42 KB)
preferences.ts (355 B)
test spec.ts (125 B)
mocking-stores spec.ts (6.99 KB)
auth.ts (2.49 KB)
preferences.ts (465 B)
mocking-stores spec.ts (4.4 KB)
auth.ts (2.53 KB)
preferences.ts (465 B)
index.ts (198 B)
retry-plugin spec.ts (6.19 KB)
retry-plugin.ts (3.54 KB)
art-gallery.ts (1.71 KB)
retry-plugin.ts (1.52 KB)
art-gallery.ts (1.71 KB)
template spec.ts (304 B)
clickaway.ts (963 B)
open-file.ts (978 B)
router.ts (1.15 KB)
files.ts (356 B)
index.ts (660 B)
logging.ts (4.58 KB)
settings.ts (2.24 KB)
testing.ts (12.36 KB)
welcome.ts (3.14 KB)
main.ts (1.76 KB)
pinia-state.ts (846 B)
router.ts (2.86 KB)
index.ts (1.55 KB)
tailwind config.ts (197 B)
envSetup.ts (788 B)
handlers.ts (1.02 KB)
server.ts (634 B)
utils.ts (2.28 KB)
vitest config.ts (814 B)
vite config.ts (4.57 KB)
env d.ts (282 B)
aic.ts (3.25 KB)
auth.ts (2.51 KB)
contacts.ts (2.06 KB)
memes.ts (1.91 KB)
todos.ts (3.36 KB)
ClientOnly.ts (286 B)
entry-client.ts (212 B)
entry-server.ts (2.58 KB)
custom-defineStore spec.ts (1.76 KB)
my-pinia.ts (501 B)
store.ts (443 B)
my-pinia.ts (65 B)
store.ts (533 B)
custom-defineStore spec.ts (3.41 KB)
index.ts (171 B)
my-pinia.ts (1008 B)
store.ts (339 B)
my-pinia.ts (585 B)
store.ts (339 B)
injectionKey.ts (160 B)
tab-manager spec.ts (2.1 KB)
injectionKey.ts (118 B)
mutation.ts (797 B)
api.ts (10.54 KB)
index.ts (2.12 KB)
deck-review.ts (5.67 KB)
decks.ts (2.06 KB)
mutation.ts (505 B)
api.ts (10.54 KB)
index.ts (461 B)
deck-review.ts (2.7 KB)
decks.ts (399 B)
dango-shop.ts (146 B)
store-state spec.ts (5.12 KB)
dango-shop.ts (112 B)
dango-shop.ts (795 B)
store-getters spec.ts (4.39 KB)
dango-shop.ts (208 B)
dango.ts (933 B)
store-actions spec.ts (4.79 KB)
dango.ts (370 B)
gradient-generator.ts (2.07 KB)
gradien-generator spec.ts (2.77 KB)
gradient-generator.ts (587 B)
todo-list-1 spec.ts (1.77 KB)
todo-list-2 spec.ts (2.53 KB)
todo-list-3 spec.ts (3.63 KB)
todos.ts (1.43 KB)
todos.ts (1.43 KB)
todo-list spec.ts (4.28 KB)
tasks.ts (3.78 KB)
todos.ts (1.25 KB)
tasks.ts (364 B)
todos.ts (4.28 KB)
private-state spec.ts (1.81 KB)
auth.ts (997 B)
auth.ts (727 B)
private-store spec.ts (1.75 KB)
private-state.ts (660 B)
store-private-state.ts (705 B)
private-state.ts (453 B)
store-private-state.ts (705 B)
private-store spec.ts (2.37 KB)
private-store.ts (634 B)
store-private-store.ts (858 B)
private-store.ts (635 B)
store-private-store.ts (858 B)
readonly-store spec.ts (2.06 KB)
readonly-state.ts (1.14 KB)
store-readonly-state.ts (687 B)
readonly-state.ts (454 B)
store-readonly-state.ts (687 B)
data-fetching-store.ts (5.79 KB)
data-fetching spec.ts (16.2 KB)
use-mutation.ts (2.48 KB)
use-query.ts (3.68 KB)
data-fetching-store.ts (3.87 KB)
use-mutation.ts (1.49 KB)
use-query.ts (2.33 KB)
test spec.ts (122 B)
auth spec.ts (4.27 KB)
auth.ts (2.42 KB)
preferences.ts (355 B)
auth spec.ts (2.17 KB)
auth.ts (2.42 KB)
preferences.ts (355 B)
test spec.ts (125 B)
mocking-stores spec.ts (7.03 KB)
auth.ts (2.53 KB)
preferences.ts (465 B)
mocking-stores spec.ts (4.4 KB)
auth.ts (2.53 KB)
preferences.ts (465 B)
index.ts (198 B)
retry-plugin spec.ts (6.19 KB)
retry-plugin.ts (3.54 KB)
art-gallery.ts (1.71 KB)
retry-plugin.ts (1.52 KB)
art-gallery.ts (1.71 KB)
template spec.ts (304 B)
clickaway.ts (963 B)
open-file.ts (983 B)
router.ts (1.17 KB)
files.ts (356 B)
index.ts (665 B)
logging.ts (4.58 KB)
settings.ts (2.24 KB)
testing.ts (12.21 KB)
welcome.ts (3.14 KB)
main.ts (1.86 KB)
pinia-state.ts (846 B)
router.ts (3.43 KB)
index.ts (1.7 KB)
tailwind config.ts (197 B)
envSetup.ts (797 B)
handlers.ts (1.02 KB)
server.ts (634 B)
utils.ts (2.27 KB)
vitest config.ts (769 B)
vite config.ts (4.7 KB)]
Screenshot

TurboBit
https://turbobit.net/p17b4cms2uum/MasteringPinia_The_complete_guide_to_Mastering_Pinia.part1.rar.html
https://turbobit.net/cdnhdr1ka7hi/MasteringPinia_The_complete_guide_to_Mastering_Pinia.part2.rar.html
RapidGator
https://rapidgator.net/file/42c76f82acc9bed5c2544d27c1125515/MasteringPinia_The_complete_guide_to_Mastering_Pinia.part1.rar
https://rapidgator.net/file/a1719642631e05fda40895ffd7c06f37/MasteringPinia_The_complete_guide_to_Mastering_Pinia.part2.rar
FileFactory
Note:
Only Registed user can add comment, view hidden links and more, please register now
Only Registed user can add comment, view hidden links and more, please register now
Related Posts