دانلود کتاب React in Action (به فارسی: در عمل واکنش نشان دهید) نوشته شده توسط «Mark Tielens Thomas – [Thomas – M.T.]»
اطلاعات کتاب در عمل واکنش نشان دهید
موضوع اصلی: کامپیوتر – توسعه وب
نوع: کتاب الکترونیکی
ناشر: Manning Publications
نویسنده: Mark Tielens Thomas – [Thomas – M.T.]
زبان: english
فرمت کتاب: PDF (قابل تبدیل به سایر فرمت ها)
سال انتشار: 2018
تعداد صفحه: 360 / 387
حجم فایل: 14.59 مگابایت
کد کتاب: 1617293857 , 9781617293856
نوبت چاپ: 1
توضیحات کتاب در عمل واکنش نشان دهید
خلاصه
React in Action توسعه دهندگان فرانت اند را با چارچوب React و ابزارهای مرتبط آشنا می کند. این کتاب به وضوح نوشته شده و غنی از نمونه ها با معرفی شما به React، بررسی برخی از ایده های اساسی در React و کار با کامپوننت ها آغاز می شود. در بخش دوم، روشهای متفاوتی را که دادهها در React کار میکنند و همچنین اطلاعات بیشتری در مورد مؤلفهها خواهید آموخت. همچنین چندین ضمیمه مفید پیدا خواهید کرد که موضوعات مرتبطی مانند ابزار React و اکوسیستم React را پوشش میدهند.
خرید کتاب چاپی شامل یک کتاب الکترونیکی رایگان در قالبهای PDF، Kindle، و ePub از انتشارات Manning است.
>
درباره فناوری
فیسبوک React را ایجاد کرد تا به ارائه تجربیات شگفتانگیز کاربر در وبسایتی با هزاران مؤلفه و حجم نامفهوم ترافیک کمک کند. همان ابزار قدرتمند در دسترس شما نیز هست! کلید یک طراحی هوشمندانه برای مدیریت وضعیت، جریان داده و رندر است، بنابراین برنامه شما به راحتی قابل فکر کردن است و به راحتی اجرا می شود. یک اکوسیستم فوقالعاده غنی از مؤلفهها و کتابخانهها را اضافه کنید، و دستورالعملی برای ساخت برنامههای وب دارید که هم توسعهدهندگان و هم کاربران را خوشحال میکند.
درباره کتاب
React in Action به شما می آموزد که مانند یک حرفه ای در مورد رابط های کاربری فکر کنید و آنها را با React بسازید. این کتاب کاربردی با مثالهای عملی در هر فصل، شما را به سرعت راهاندازی میکند. شما به موضوعات اصلی مانند رندر، روشهای چرخه حیات، JSX، جریان داده، فرمها، مسیریابی، ادغام با کتابخانههای شخص ثالث و آزمایش تسلط خواهید داشت. و ایدههای طراحی اپلیکیشن گنجانده شده به برنامههای شما کمک میکند. همانطور که یاد می گیرید React را در برنامه های فول استک ادغام کنید، مدیریت حالت را با Redux و رندر سمت سرور کشف خواهید کرد و حتی در React Native برای رابط های کاربری تلفن همراه دست و پا می زنید.
What’s Inside
Inside
b>
- واکنش از پایه
- پیاده سازی یک سیستم مسیریابی با اجزا
- پردازش سمت سرور در Node.js
- کار با کتابخانه های شخص ثالث
- آزمایش اجزای React
درباره Reader
نوشته شده برای توسعه دهندگان آشنا با HTML، CSS و جاوا اسکریپت.
درباره نویسنده
مارک توماس یک مهندس نرم افزار با تجربه است که روزانه با React، JavaScript و Node.js. او عاشق کدهای تمیز، سیستم های زیبا، و قهوه خوب است.
فهرست محتوا
قسمت 1 – MEET REACT
- Meet React
- : اولین مؤلفه ما
- بخش 2 – مؤلفه ها و داده ها در REACT
- داده ها و جریان داده ها در React
- روش های رندر و چرخه حیات در React
- کار با فرم ها در React
- یکپارچه سازی کتابخانه های شخص ثالث با React
- مسیریابی در React
- مسیریابی بیشتر و یکپارچه سازی Firebase
- آزمایش مؤلفههای React
- بخش 3 – معماری کاربردی REACT
- معماری برنامههای Redux
- Redux بیشتر و ادغام Redux با React
- React در سرور و یکپارچه سازی React Router
- مقدمه ای بر React Native
li>
Summary
React in Action introduces front-end developers to the React framework and related tools. This clearly written, example-rich book begins by introducing you to React, diving into some of the fundamental ideas in React, and working with components. In the second section, you’ll explore the different ways that data works in React as well as learning more about components. You’ll also find several useful appendixes covering related topics like React tooling and the React ecosystem.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Facebook created React to help deliver amazing user experiences on a website with thousands of components and an incomprehensible amount of traffic. The same powerful tools are available to you too! The key is a clever design for managing state, data flow, and rendering, so your application is easy to think about and runs smoothly. Add an incredibly rich ecosystem of components and libraries, and you’ve got a recipe for building web apps that will delight both developers and users.
About the Book
React in Action teaches you to think like a pro about user interfaces and building them with React. This practical book gets you up and running quickly with hands-on examples in every chapter. You’ll master core topics like rendering, lifecycle methods, JSX, data flow, forms, routing, integrating with third-party libraries, and testing. And the included application design ideas will help make your apps pop. As you learn to integrate React into full-stack applications, you’ll explore state management with Redux and server-side rendering, and even dabble in React Native for mobile UIs.
What’s Inside
- React from the ground up
- Implementing a routing system with components
- Server-side rendering in Node.js
- Working with third-party libraries
- Testing React components
About the Reader
Written for developers familiar with HTML, CSS, and JavaScript.
About the Author
Mark Thomas is an experienced software engineer who works daily with React, JavaScript, and Node.js. He loves clean code, beautiful systems, and good coffee.
Table of Contents
PART 1 – MEET REACT
- Meet React
- : our first component
- PART 2 – COMPONENTS AND DATA IN REACT
- Data and data flow in React
- Rendering and lifecycle methods in React
- Working with forms in React
- Integrating third-party libraries with React
- Routing in React
- More routing and integrating Firebase
- Testing React components
- PART 3 – REACT APPLICATION ARCHITECTURE
- Redux application architecture
- More Redux and integrating Redux with React
- React on the server and integrating React Router
- An introduction to React Native
دانلود کتاب «در عمل واکنش نشان دهید»

برای دریافت کد تخفیف ۲۰ درصدی این کتاب، ابتدا صفحه اینستاگرام کازرون آنلاین (@kazerun.online ) را دنبال کنید. سپس، کلمه «بلیان» را در دایرکت ارسال کنید تا کد تخفیف به شما ارسال شود.