ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Elevating React Web Development with Gatsby 4: Build performant, accessible, interactive web applications with React and Gatsby.js

دانلود کتاب ارتقاء توسعه وب React با Gatsby 4: ساخت برنامه های وب کارآمد، در دسترس و تعاملی با React و Gatsby.js

Elevating React Web Development with Gatsby 4: Build performant, accessible, interactive web applications with React and Gatsby.js

مشخصات کتاب

Elevating React Web Development with Gatsby 4: Build performant, accessible, interactive web applications with React and Gatsby.js

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 1800209096, 9781800209091 
ناشر: Packt Publishing - ebooks Account 
سال نشر: 2022 
تعداد صفحات: 315 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 5 مگابایت 

قیمت کتاب (تومان) : 85,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 6


در صورت تبدیل فایل کتاب Elevating React Web Development with Gatsby 4: Build performant, accessible, interactive web applications with React and Gatsby.js به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب ارتقاء توسعه وب React با Gatsby 4: ساخت برنامه های وب کارآمد، در دسترس و تعاملی با React و Gatsby.js نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی درمورد کتاب به خارجی



فهرست مطالب

Cover
Title Page
Copyright and Credits
Contributors
Table of Contents
Preface
Part 1: Getting Started
Chapter 1: An Overview of Gatsby.js for the Uninitiated
	Technical requirements
	A brief history of the static web
	What is Gatsby?
		Community
		Sourcing content from anywhere
		Building tooling you already know
		Supercharging web performance
	Gatsby use cases
		Documentation sites
		Online courses
		SaaS products
		Design agencies and photo-heavy sites
	Gatsby\'s competitors
	Setting up a project
		Node.js version 14.15.0+
		Gatsby command-line interface
		Directory and package setup
		Framework files and folders
		Creating your first few pages
	Summary
Chapter 2: Styling Choices and Creating Reusable Layouts
	Technical requirements
	Styling in Gatsby
		Vanilla CSS
		Sass
		Tailwind (utility-first CSS framework)
		CSS in JS
		Picking a styling tool
	Styling with CSS
		Creating a wrapper component
		Using gatsby-browser.js
		Verifying our implementation
	Styling with Sass
	Styling with Tailwind.css
	Styling with styled-components
	Creating a reusable layout
		Site header
		Site footer
		Layout component
		Organization with atomic design
	Summary
Chapter 3: Sourcing and Querying Data (from Anywhere!)
	Technical requirements
	Data in Gatsby
	Introducing GraphQL
		GraphQL for Gatsby
		Using GraphiQL
		Using constructed GraphQL queries
	Sourcing data from local files
		Site metadata
		Markdown
		MDX
	Sourcing data from a Headless CMS
		GraphCMS
		Prismic
	Summary
Chapter 4: Creating Reusable Templates
	Technical requirements
	Creating templates and programmatic page generation
		Blog post template
		Blog preview template
		Tag page template
	Search functionality
	Summary
Chapter 5: Working with Images
	Technical requirements
	Images on the web
		Images in Gatsby
	The StaticImage component
	The GatsbyImage component
	Overriding the gatsby-plugin-image defaults
	Sourcing images from CMS
		Sourcing images from GraphCMS
		Sourcing images from Prismic
	Summary
Part 2: Going Live
Chapter 6: Improving Your Site\'s Search Engine Optimization
	Technical requirements
	Introducing SEO
		On-page search engine optimization
	Creating an SEO component
	Exploring meta previews
		Open Graph metadata
		Twitter metadata
		Merging tags
		Validating tags
	Learning about XML sitemaps
	Hiding your site from search engines
	Summary
Chapter 7: Testing and Auditing Your Site
	Technical requirements
	Exploring unit testing
		Testing simple components
		Testing the SEO component
		Testing Gatsby page components
	Adding Git hooks for tests
	Auditing core web vitals
		Using Chrome\'s lighthouse tool
		Using the web-vitals JavaScript package
	Summary
Chapter 8: Web Analytics and Performance Monitoring
	Technical requirements
	Introducing website analytics
		Privacy
	Implementing page analytics
		Adding Google Analytics
		Using Fathom Analytics
	Monitoring the performance of your site
		Using Sentry.io analytics
	Summary
Chapter 9: Deployment and Hosting
	Technical requirements
	Understanding build types
	Common build errors
	Your pre-deployment checklist
	Platforms for deploying hybrid builds
		Deploying to Gatsby Cloud Hosting
	Platforms for deploying static builds
		Deploying to Netlify
		Deploying to Render
		Deploying to Firebase
	Serving a Gatsby site with reduced user access
	Summary
Part 3: Advanced Concepts
Chapter 10: Creating Gatsby Plugins
	Technical requirements
	Understanding Gatsby plugins
	Introducing local plugin development
		Debugging local plugins
	Creating source plugins
	Creating theme plugins
	Contributing to the plugin ecosystem
		Pre-publish checklist
		Publishing a plugin
	Summary
Chapter 11: Creating Authenticated Experiences
	Technical requirements
	Routing and authentication in React applications
		Private routes
	Authentication using client-only routes within Gatsby
	Site-wide authentication using context within Gatsby
	Summary
Chapter 12: Using Real-Time Data
	Technical requirements
	Introduction to web sockets
	Socket.io in action
	Live site visitor count
	Gaining further insights with rooms
	Summary
Chapter 13: Internationalization and Localization
	Technical requirements
	Understanding localization and internationalization
	Implementing routes for internationalization
	Page translations for programmatic pages
	Providing locale translations for single-instance pages
	Summary
Index
Other Books You May Enjoy




نظرات کاربران