17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[ CourseWikia.com ] PluralSight - Vue 3 State Management With Pinia
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
This course will teach you how to manage application state in Vue applications using Pinia; Vue’s official state management library.
Every modern web application needs to manage and store client-side application state and interact with the server via APIs. In this course, Vue 3 State Management with Pinia, you’ll learn how to manage application state in Vue applications using Pinia; Vue’s official state management library. First, you’ll learn about the two types of Pinia stores: Setup Stores and Options Stores. Then, you'll explore how to create a Pinia store and retrieve data, including calculated data, from the store. Next, you’ll discover how to use Pinia actions to populate store data including using asynchronous actions to integrate with external APIs for retrieving and storing data from a back-end server. After that, you'll learn how to create custom plugins for Pinia to easily add functionality to all of your stores, like storing data in a browser's LocalStorage, for example. Finally, you'll see how to do all of this with both Setup Stores and Options Stores as well as how to consume these stores from both composition API components and options API components. When you’re finished with this course, you’ll have the skills and knowledge of Pinia needed to create robust Vue applications with real-world state management requirements.
Homepage
If You Need More Stuff, kindly Visit and Support Us -->> https://FreeCourseWeb.com
Get More Tutorials and Support Us -->> https://DevCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Course Overview/1. Course Overview.mp4
4.3 MB
~Get Your Files Here !/1. Course Overview/1. Course Overview.vtt
2.6 KB
~Get Your Files Here !/2. Getting Started with Pinia/1. Introduction.mp4
1.8 MB
~Get Your Files Here !/2. Getting Started with Pinia/1. Introduction.vtt
1.6 KB
~Get Your Files Here !/2. Getting Started with Pinia/2. Getting Started with Our Demo Application.mp4
15.2 MB
~Get Your Files Here !/2. Getting Started with Pinia/2. Getting Started with Our Demo Application.vtt
9.2 KB
~Get Your Files Here !/2. Getting Started with Pinia/3. What Is State Management.mp4
2.6 MB
~Get Your Files Here !/2. Getting Started with Pinia/3. What Is State Management.vtt
3 KB
~Get Your Files Here !/2. Getting Started with Pinia/4. Understanding Pinias Basics.mp4
3.9 MB
~Get Your Files Here !/2. Getting Started with Pinia/4. Understanding Pinias Basics.vtt
3.5 KB
~Get Your Files Here !/2. Getting Started with Pinia/5. Adding Pinia to a Vue Application.mp4
3.7 MB
~Get Your Files Here !/2. Getting Started with Pinia/5. Adding Pinia to a Vue Application.vtt
3.4 KB
~Get Your Files Here !/3. Working with Pinia Store State/1. Introduction.mp4
2.1 MB
~Get Your Files Here !/3. Working with Pinia Store State/1. Introduction.vtt
1.9 KB
~Get Your Files Here !/3. Working with Pinia Store State/2. Creating a Pinia Store.mp4
5.5 MB
~Get Your Files Here !/3. Working with Pinia Store State/2. Creating a Pinia Store.vtt
5.7 KB
~Get Your Files Here !/3. Working with Pinia Store State/3. Storing and Accessing Data in a Pinia Store.mp4
17.2 MB
~Get Your Files Here !/3. Working with Pinia Store State/3. Storing and Accessing Data in a Pinia Store.vtt
11.5 KB
~Get Your Files Here !/3. Working with Pinia Store State/4. Creating Calculated State in a Pinia Store.mp4
5.3 MB
~Get Your Files Here !/3. Working with Pinia Store State/4. Creating Calculated State in a Pinia Store.vtt
4.1 KB
~Get Your Files Here !/3. Working with Pinia Store State/5. Maintaining Reactivity with Pinia Store State.mp4
16.3 MB
~Get Your Files Here !/3. Working with Pinia Store State/5. Maintaining Reactivity with Pinia Store State.vtt
10.1 KB
~Get Your Files Here !/3. Working with Pinia Store State/6. Patching Store State.mp4
10.7 MB
~Get Your Files Here !/3. Working with Pinia Store State/6. Patching Store State.vtt
7.6 KB
~Get Your Files Here !/4. Pinia Actions and Accessing Asynchronous API Data/1. Introduction.mp4
2.6 MB
~Get Your Files Here !/4. Pinia Actions and Accessing Asynchronous API Data/1. Introduction.vtt
2.2 KB
~Get Your Files Here !/4. Pinia Actions and Accessing Asynchronous API Data/2. Creating a Simple Synchronous Action.mp4
12.1 MB
~Get Your Files Here !/4. Pinia Actions and Accessing Asynchronous API Data/2. Creating a Simple Synchronous Action.vtt
7.4 KB
~Get Your Files Here !/4. Pinia Actions and Accessing Asynchronous API Data/3. Setting up a Development Proxy for API Calls.mp4
9.9 MB
~Get Your Files Here !/4. Pinia Actions and Accessing Asynchronous API Data/3. Setting up a Development Proxy for API Calls.vtt
5.9 KB
~Get Your Files Here !/4. Pinia Actions and Accessing Asynchronous API Data/4. Accessing API Data with Actions in a Setup Store.mp4
10 MB
~Get Your Files Here !/4. Pinia Actions and Accessing Asynchronous API Data/4. Accessing API Data with Actions in a Setup Store.vtt
6.4 KB
~Get Your Files Here !/4. Pinia Actions and Accessing Asynchronous API Data/5. Awaiting Async Actions with Suspense.mp4
11.6 MB
~Get Your Files Here !/4. Pinia Actions and Accessing Asynchronous API Data/5. Awaiting Async Actions with Suspense.vtt
8.5 KB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/1. Introduction.mp4
1.3 MB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/1. Introduction.vtt
1 KB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/2. Composing Pinia Stores.mp4
11 MB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/2. Composing Pinia Stores.vtt
8.4 KB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/3. Avoiding Circular References.mp4
10.8 MB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/3. Avoiding Circular References.vtt
8 KB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/4. Encapsulating Business Logic in Stores.mp4
15.3 MB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/4. Encapsulating Business Logic in Stores.vtt
8.9 KB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/5. Using Pinia Stores Outside of Components.mp4
10.6 MB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/5. Using Pinia Stores Outside of Components.vtt
5.9 KB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/6. Enabling Hot Module Replacement.mp4
9.6 MB
~Get Your Files Here !/5. Advanced Pinia Store Scenarios/6. Enabling Hot Module Replacement.vtt
4.7 KB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/1. Introduction.mp4
1.7 MB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/1. Introduction.vtt
1.4 KB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/2. Subscribing to Store State Updates.mp4
13.7 MB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/2. Subscribing to Store State Updates.vtt
9.5 KB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/3. Subscribing to Store Action Calls.mp4
8.7 MB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/3. Subscribing to Store Action Calls.vtt
5.8 KB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/4. Creating a Pinia Plugin.mp4
14 MB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/4. Creating a Pinia Plugin.vtt
9.8 KB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/5. Adding and Using Store Options.mp4
17.8 MB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/5. Adding and Using Store Options.vtt
9.8 KB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/6. Wrapping Store Actions with a Plugin.mp4
16.4 MB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/6. Wrapping Store Actions with a Plugin.vtt
8.7 KB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/7. Using Existing Pinia Plugins.mp4
2.2 MB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/7. Using Existing Pinia Plugins.vtt
1.6 KB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/8. Using Composables in Pinia Stores.mp4
10.5 MB
~Get Your Files Here !/6. Creating and Using Pinia Plugins/8. Using Composables in Pinia Stores.vtt
5.1 KB
~Get Your Files Here !/7. Using Options Stores/1. Introduction.mp4
1.9 MB
~Get Your Files Here !/7. Using Options Stores/1. Introduction.vtt
1.6 KB
~Get Your Files Here !/7. Using Options Stores/2. Defining State in an Options Store.mp4
10 MB
~Get Your Files Here !/7. Using Options Stores/2. Defining State in an Options Store.vtt
7.5 KB
~Get Your Files Here !/7. Using Options Stores/3. Defining Getters in an Options Store.mp4
12.5 MB
~Get Your Files Here !/7. Using Options Stores/3. Defining Getters in an Options Store.vtt
7.4 KB
~Get Your Files Here !/7. Using Options Stores/4. Defining Actions in an Options Store.mp4
12.1 MB
~Get Your Files Here !/7. Using Options Stores/4. Defining Actions in an Options Store.vtt
6.6 KB
~Get Your Files Here !/7. Using Options Stores/5. Defining Store Options in an Options Store.mp4
5.3 MB
~Get Your Files Here !/7. Using Options Stores/5. Defining Store Options in an Options Store.vtt
3.1 KB
~Get Your Files Here !/8. Using Pinia Stores in Options API Components/1. Introduction.mp4
2.4 MB
~Get Your Files Here !/8. Using Pinia Stores in Options API Components/1. Introduction.vtt
1.6 KB
~Get Your Files Here !/8. Using Pinia Stores in Options API Components/2. Accessing Stores with the Setup Hook.mp4
16.8 MB
~Get Your Files Here !/8. Using Pinia Stores in Options API Components/2. Accessing Stores with the Setup Hook.vtt
9.3 KB
~Get Your Files Here !/8. Using Pinia Stores in Options API Components/3. Accessing State and Actions with map() Helpers.mp4
14.1 MB
~Get Your Files Here !/8. Using Pinia Stores in Options API Components/3. Accessing State and Actions with map() Helpers.vtt
9 KB
~Get Your Files Here !/8. Using Pinia Stores in Options API Components/4. Accessing Getters with mapState().mp4
9.6 MB
~Get Your Files Here !/8. Using Pinia Stores in Options API Components/4. Accessing Getters with mapState().vtt
4.5 KB
~Get Your Files Here !/8. Using Pinia Stores in Options API Components/5. Working with Writable State with mapWritableState().mp4
12 MB
~Get Your Files Here !/8. Using Pinia Stores in Options API Components/5. Working with Writable State with mapWritableState().vtt