دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: 1st
نویسندگان: Greg Sidelnikov
سری:
ناشر: River Tigris LLC; 1 edition
سال نشر: 2016
تعداد صفحات: 109
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 884 کیلوبایت
در صورت تبدیل فایل کتاب React.js Book: Learning React JavaScript Library From Scratch به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب کتاب React.js: آموزش کتابخانه جاوا اسکریپت React از ابتدا نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
A Note From the Author......Page 6
Main Roadblocks to Learning React......Page 8
Good Reasons for Learning React......Page 11
Reactive Programming......Page 13
Main Principles of Reactive Programming......Page 15
Gems and Working in the Mine......Page 18
The Essentials......Page 20
Special Props......Page 25
PropTypes......Page 27
Class Component Options......Page 28
Component Instances......Page 30
Properties......Page 31
Methods......Page 32
Gem 1 - React Components......Page 33
Gem 2 - Render Method......Page 36
Gem 3 - Virtual DOM and Bandwidth Salvation......Page 38
Gem 4 - Two Distinct Ways of Initializing a React Class......Page 40
Gem 5 - States & Life Cycles......Page 43
Gem 6 - Component Mounting......Page 46
Gem 7 - Node.js & NPM......Page 50
Gem 8 - JSX Walkthrough......Page 52
Lesson 1 - Writing Your First React Component......Page 56
JSX......Page 60
Function Purity......Page 64
Functional Components......Page 67
A Wolf in Sheep\'s Clothing......Page 68
Native Babel vs JavaScript Babel......Page 70
NPM......Page 71
Transpiling Source Code......Page 72
Lesson 2 - Nested Components......Page 73
Parent with a Single Child......Page 75
Parents with Multiple Children......Page 77
Lesson 3 - Handling Component Events......Page 79
Method 1 - getInitialState......Page 80
Method 2 - componentDidMount......Page 81
Method 3 - componentWillUnmount......Page 82
The var and let keywords......Page 86
The new const keyword......Page 90
Destructuring assignment......Page 91
For-of loop......Page 92
The Map object......Page 93
Arrow Functions......Page 94
What are Arrow Functions in JavaScript?......Page 99
Immediately Invoked Arrow Functions �⠀䤀䤀䄀䘀)......Page 102
Backtick �⠀怀怀) Template Strings......Page 103
`string text`;......Page 104
95......Page 105
New Array methods......Page 106