دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Sergi Mansilla
سری: Pragmatic programmers
ISBN (شابک) : 9781680502473, 1680502476
ناشر: The Pragmatic Bookshelf
سال نشر: 2018
تعداد صفحات: 143
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 4 مگابایت
در صورت تبدیل فایل کتاب Reactive programming with RxJS 5 untangle your asynchronous Javascript code به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب برنامه نویسی واکنشی با RxJS 5 کد جاوا اسکریپت ناهمزمان شما را باز می کند نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
برنامه نویسی واکنشی انقلابی است. برنامه نویسی ناهمزمان را تمیز، بصری و قوی می کند. از RxJS 5 برای نوشتن برنامه های پیچیده به روشی ساده استفاده کنید و بر Observable مسلط شوید: یک نوع داده قدرتمند که جایگزین تماس ها و وعده ها می شود. برنامههای خود را بهعنوان جریانهایی از دادهها در نظر بگیرید که برای تولید آنچه شما میخواهید تغییر میکنند و سازگار میشوند. همزمانی دنیای واقعی را مدیریت کنید و جریان های پیچیده ای از رویدادها را در برنامه های خود به راحتی بنویسید. از برنامهریزیها برای آسانتر کردن تست ناهمزمان استفاده کنید. کد موجود در این نسخه جدید به طور کامل برای RxJS 5 و ES6 به روز شده است. با استفاده از RxJS 5، یک کتابخانه ترکیب رویداد قدرتمند، به راحتی برنامه های همزمان ایجاد کنید. برنامه های کاربردی جاوا اسکریپت در دنیای واقعی از شما نیاز دارند که بر برنامه نویسی ناهمزمان تسلط داشته باشید و به احتمال زیاد زمان بیشتری را صرف هماهنگی رویدادهای ناهمزمان خواهید کرد تا نوشتن عملکرد واقعی. این کتاب مفاهیم و ابزارهایی را معرفی می کند که روند نوشتن برنامه های ناهمزمان را تا حد زیادی ساده می کند. درباره Observables بیاموزید، یک نوع داده یکپارچه که کدهای همزمان را ساده می کند و درد تماس های برگشتی را کاهش می دهد. بیاموزید که چگونه زمانبندیها مفهوم زمان را تغییر میدهند و آزمایش ناهمزمان را دوباره معقول میکنند. نمونههای دنیای واقعی را برای مرورگر و Node.js در طول مسیر پیدا کنید: تجسم زلزله در زمان واقعی در 20 خط کد، یا یک بازی ویدیویی فضایی تیرهآمیز چگونه است؟ شما همچنین از Cycle.js - یک چارچوب وب مدرن، واکنشی - برای ساختن نوع جدیدی از برنامه های کاربردی وب استفاده خواهید کرد. در پایان کتاب، میدانید که چگونه به روش واکنشگرا فکر کنید و از RxJS 5 برای ساختن برنامههای پیچیده و ایجاد رابطهای کاربری واکنشگرای شگفتانگیز استفاده کنید. همچنین خواهید فهمید که چگونه آن را با پروژه های موجود خود ادغام کنید و از آن با چارچوب هایی که قبلاً می شناسید استفاده کنید. تمام کدهای این نسخه جدید به طور کامل برای RxJS 5، ES6 و Cycle.js Unified اصلاح و به روز شده است.
Reactive programming is revolutionary. It makes asynchronous programming clean, intuitive, and robust. Use RxJS 5 to write complex programs in a simple way, and master the Observable: a powerful data type that substitutes callbacks and promises. Think about your programs as streams of data that change and adapt to produce what you want. Manage real-world concurrency and write complex flows of events in your applications with ease. Take advantage of Schedulers to make asynchronous testing easier. The code in this new edition is completely updated for RxJS 5 and ES6. Create concurrent applications with ease using RxJS 5, a powerful event composition library. Real-world JavaScript applications require you to master asynchronous programming, and chances are that you'll spend more time coordinating asynchronous events than writing actual functionality. This book introduces concepts and tools that will greatly simplify the process of writing asynchronous programs. Find out about Observables, a unifying data type that simplifies concurrent code and eases the pain of callbacks. Learn how Schedulers change the concept of time itself, making asynchronous testing sane again. Find real-world examples for the browser and Node.js along the way: how about a real-time earthquake visualization in 20 lines of code, or a frantic shoot-'em-up space videogame? You'll also use Cycle.js - a modern, reactive, web framework - to make a new breed of web applications. By the end of the book, you'll know how to think in a reactive way, and to use RxJS 5 to build complex programs and create amazing reactive user interfaces. You'll also understand how to integrate it with your existing projects and use it with the frameworks you already know. All the code in this new edition has been thoroughly revised and updated for RxJS 5, ES6, and Cycle.js Unified.
Cover Table of Contents Acknowledgments Preface New World, Old Methods What Is Reactive Programming? What Is RxJS? Who This Book Is For What's in This Book Running the Code Examples Resources Download Sample Code 1. The Reactive Way What's Reactive? Observers and Iterators The Rx Pattern and the Observable Creating Observables Wrapping Up 2. Deep in the Sequence Visualizing Observables Basic Sequence Operators Canceling Sequences Handling Errors Making a Real-Time Earthquake Visualizer Ideas for Improvements Operator Rundown Wrapping Up 3. Building Concurrent Programs Purity and the Observable Pipeline RxJS's Subject Class Spaceship Reactive! Ideas for Improvements Wrapping Up 4. Building a Complete Web Application Building a Real-Time Earthquake Dashboard Adding a List of Earthquakes Getting Real-Time Updates from Twitter Ideas for Improvements Wrapping Up 5. Bending Time with Schedulers Using Schedulers Scheduling for Animations Testing with Schedulers Wrapping Up 6. Reactive Web Applications with Cycle.js Cycle.js Installing Cycle.js Our Project: Wikipedia Search Model-View-Intent Creating Reusable Widgets Ideas for Improvements Wrapping Up Index – SYMBOLS – – A – – B – – C – – D – – E – – F – – G – – H – – I – – J – – L – – M – – N – – O – – P – – Q – – R – – S – – T – – U – – V – – W – – X – – Y – – Z –