دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Sergio Moreno Albert
سری:
ISBN (شابک) : 1801076219, 9781801076210
ناشر: Packt Publishing - ebooks Account
سال نشر: 2021
تعداد صفحات: 287
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 5 مگابایت
در صورت تبدیل فایل کتاب Redux made easy with Rematch: Reduce Redux boilerplate and apply best practices with Rematch به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Redux با Rematch آسان شد: صفحه دیگ Redux را کاهش دهید و بهترین روش ها را با Rematch اعمال کنید نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
با ساختن یک برنامه واقعی از ابتدا قدرت Rematch و افزونه های آن را کشف کنید
Rematch بهترین روش Redux بدون دیگ بخار است. این راهنمای آسان برای همه کسانی است که میخواهند استفاده از Redux را شروع کنند و برای کاربران فعلی Redux که به دنبال بهبود پایگاه کد خود هستند.
با آموزشهای عملی، پروژهها و سوالات خودارزیابی کامل میشود. این کتاب به سرعت شما را از طریق ویژگی های اولیه تا پیشرفته مسابقه مجدد می برد. شما یاد خواهید گرفت که چگونه از Redux مهاجرت کنید، افزونه بنویسید، یک فروشگاه کاملاً آزمایش شده راه اندازی کنید، و با vanilla JavaScript و فریم ورک هایی مانند NextJS و Gatsby ادغام کنید. این کتاب به شما نشان میدهد که چگونه با استفاده از قدرت Rematch و افزونههای آن، از ابتدا یک برنامه کاربردی واقعی بسازید، و به شما کمک میکند بفهمید که چگونه پلاگینها قابلیتهای Rematch را گسترش میدهند. هنگامی که متوجه شدید که پلاگین ها چگونه کار می کنند، خواهید دید که چگونه از آنها برای ایجاد پروژه های قابل نگهداری استفاده کنید. در نهایت، آینده Rematch را تجزیه و تحلیل خواهید کرد و متوجه خواهید شد که چگونه اکوسیستم frontend در حال پیشرفت است تا با جایگزینهای Redux کاربردیتر و قابل نگهداریتر شود.
در پایان این کتاب، کنترل کاملی بر روی آن خواهید داشت. حالت برنامه را داشته باشد و بتوانید مقیاس پذیری آن را با استفاده از Rematch به سادگی مدیریت کنید.
این کتاب برای کاربران React و Redux است که به دنبال جایگزین های بهتری برای Redux هستند. آشنایی با جاوا اسکریپت، React و Redux به شما کمک می کند تا از این کتاب بهترین استفاده را ببرید.
Discover the power of Rematch and its plugins by building a real-world application from scratch
Rematch is Redux best practices without the boilerplate. This easy-to-follow guide is for anyone who wants to start using Redux and for existing Redux users looking to improve their codebase.
Complete with hands-on tutorials, projects, and self-assessment questions, this book will quickly take you through basic to advanced Rematch features. You’ll learn how to migrate from Redux, write plugins, set up a fully tested store, and integrate with vanilla JavaScript and frameworks such as NextJS and Gatsby. The book will show you how to build a real-world application from scratch with the power of Rematch and its plugins, helping you understand how plugins extend Rematch functionalities. Once you discover how plugins work, you'll see how to leverage them to create maintainable projects. Finally, you'll analyze the future of Rematch and understand how the frontend ecosystem is progressing to become more practical and maintainable with alternatives to Redux.
By the end of this book, you'll have total control of the application state and be able to manage its scalability with simplicity using Rematch.
This book is for React and Redux users looking for better alternatives for Redux. Familiarity with JavaScript, React, and Redux will help you make the most of this book.
Cover Copyright Contributors Table of Contents Preface Section 1: Rematch Essentials Chapter 1: Why Redux? An Introduction to Redux Architecture Technical requirements Why Redux? What was there before Redux? Flux Actions Flux Dispatcher Flux Stores Views How does Redux work? Reducers Stores Summary Chapter 2: Why Rematch over Redux? An Introduction to Rematch Architecture Technical requirements Why Rematch? Setting up a store Reducers Async/await over Redux Thunk Reducers and effects Folder structure How does Rematch work? Name State Reducers Effects Summary Chapter 3: Redux First Steps – Creating a Simple To-Do App Technical requirements Preparing the environment Creating our first store Creating our first reducer Adding a task Removing a to-do task Toggling tasks to show as completed Clearing completed tasks Dispatching actions Summary Chapter 4: From Redux to Rematch – Migrating a To-Do App to Rematch Technical requirements Introducing the Rematch library Migrating a Redux store to Rematch init Migrating Redux reducers to Rematch reducers Migrating dispatch actions to effects Adding a task Removing a task and toggle completed Clear completed Summary Section 2: Building Real-World Web Apps with Rematch Chapter 5: React with Rematch – The Best Couple – Part I Technical requirements Preparing the environment Creating the user interface components Header Product List List component Summary Chapter 6: React with Rematch – The Best Couple – Part II Technical requirements Creating the shop business logic getProducts() Adding products to the cart Removing products from the cart Restoring the cart to its initial state Binding components with business logic Connecting the product list Loading more items on scroll Connecting our application to the Cart logic Restoring the cart to an empty state Introducing the search feature Adding to favorites Summary Chapter 7: Introducing Testing to Rematch Technical requirements Introduction to JavaScript testing Types of tests Test frameworks Mocking in tests Coverage Preparing the environment Configuring Jest Configuring MSW Creating tests for Rematch models Creating tests for React components Summary Chapter 8: The Rematch Plugins Ecosystem Technical requirements Introduction to Rematch plugins config exposed createMiddleware onReducer onRootReducer onModel onStoreCreated The Rematch loading plugin Installing and configuration Example usage The Rematch select plugin Installing and configuration Example usage The Rematch Immer plugin Installation and configuration Example usage The Rematch updated plugin Installation and configuration The Rematch persist plugin Installation and configuration Summary Section 3: Diving Deeper into Rematch Chapter 9: Composable Plugins – Create Your First Plugin Technical requirements Preparing the environment Creating our plugin onModel createMiddleware Testing our plugin Publishing to NPM Summary Chapter 10: Rewrite a Full Code Base from JavaScript to TypeScript Technical requirements Introduction to TypeScript Generics Rematch utility types RootModel init() createModel RematchRootState RematchDispatch Converting Rematch models to TypeScript Creating the configuration file Renaming our files Installing declaration files Creating the RootModel interface Using createModel in a Rematch model Making payloads fully typed TypeScript with React and Rematch Summary Chapter 11: Rematch with React Native and Expo – A Real-World Mobile App Technical requirements Introduction to workspaces Setting up our workspace Creating the workspace Creating distributable business logic Using the business logic in our Amazhop website Creating a React Native application with Expo Integrating the Amazhop logic Summary Chapter 12: Rematch Performance Improvements and Best Practices Technical requirements Before optimizing, measure Google Chrome DevTools The React DevTools extension Google Chrome Lighthouse Debouncing and throttling Virtualizing large lists React optimizations useMemo useCallback Redux selectors with shallow comparison Using the @rematch/select package The shallowEqual function Redux batching Data normalization Summary Chapter 13: Conclusion Wrapping up Rematch essentials Building real-world websites with Rematch Diving deeper into Rematch The future of Rematch The future of Redux Curtains down Other Books You May Enjoy Index