دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Lachlan Miller
سری:
ناشر: Gumroad
سال نشر: 2021
تعداد صفحات: 163
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 5 مگابایت
در صورت تبدیل فایل کتاب Design Patterns for Vue.js - A Test Driven Approach to Maintainable Applications به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب الگوهای طراحی برای Vue.js - رویکردی آزمایشی برای حفظ برنامه های کاربردی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
About the Book About the Author Design Patterns for Vue.js - a Test Driven Approach to Maintainable Applications Introduction The Book What To Expect Patterns for Testing Props The Basics Adding a Validator Key Concept: Separation of Concerns Separation of Concerns - Case Study Another Example The real test: Does it refactor? Conclusion Emitting Events Starting Simple Clean Templates Declaring emits More Robust Event Validation With the Composition API Conclusion Writing Testable Forms The Patient Form A Mini Form Validation Framework The required validator The isBetween validator Building validateMeasurement with isBetween The Form Object and Full Form Validation Writing the UI Layer Some Basic UI Tests Improvements and Conclusion Exercises HTTP and API Requests The Login Component Starting Simple Refactoring to a store To mock or not to mock? Mock Less - mock the lowest dependency in the chain Mock Service Worker Conclusion Exercises Renderless Components Rendering without Markup Adding Password and Confirmation Inputs Adding Password Complexity Computing Form Validity Exercises The Power of Render Functions Why Render Functions? Creating the Components Filtering Slots by Component Filtering default slots Adding Attributes to Render Functions What is h? A Crash Course Adding a Dynamic Class Attribute Event Listeners in Render Functions Filtering Content Testing Render Function Components Exercises Dependency Injection with Provide and Inject A Simple Store Usage via import Adding a users forms Provide/Inject to Avoid Cross Test Contamination Provide in Testing Library A useStore composable Exercises Modular Components, v-model, and the Strategy Pattern Foundations of v-model Deserializing for modelValue Deserializing modelValue Serializing modelValue Error Handling Deploying Exercises Grouping Features with Composables Defining the Initial Board Computing the Current State Tests Setting an Initial State Making a Move Conclusion Exercises Functional Core, Imperative Shell - Immutable Logic, Mutable Vue Functional Core, Imperative Shell Business Logic - The Functional Core Immutable makeMove Vue Integration - Imperative Shell Integrating makeMove Pushing Business Logic into the Functional Core Reflections and Philosophy Exercises