دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Kirill Konshin
سری:
ISBN (شابک) : 9781788995849
ناشر: Packt Publishing
سال نشر: 2018
تعداد صفحات: 0
زبان: English
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 854 کیلوبایت
در صورت تبدیل فایل کتاب Next.js Quick Start Guide: Server-side rendering done right به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Next.js راهنمای شروع سریع: ارائه سمت سرور درست انجام شد نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Next.js افزودنی قدرتمند به دنیای جاوا اسکریپت در حال رشد و پویا است. این چارچوب که بر روی React، Webpack و Babel ساخته شده است، یک چارچوب حداقلی برای برنامه های کاربردی جاوا اسکریپت جهانی ارائه شده توسط سرور است. این کتاب بهترین روشهای ساخت سایت با استفاده از Next JS را به شما نشان میدهد و شما را قادر میسازد تا وبسایتهایی با سئو و بسیار سریع بسازید.
Next.js is a powerful addition to the evergrowing and dynamic JavaScript world. Built on top of React, Webpack and Babel, it is a minimalistic framework for server-rendered universal JavaScript applications. This book will show you the best practices of building sites using Next JS, enabling you to build SEO-friendly and super fast websites.
Cover Title Page Copyright and Credits Dedication Packt Upsell Contributors Table of Contents Preface Chapter 1: Introduction to Server-Side Rendering and Next.js What is a single-page app? Creating JS Modules, code sharing, code splitting, and bundling Introduction to React Why single-page apps suffer performance issues Server side rendering How to do server-side rendering with React React-based server-side rendering frameworks, why Next.js Summary Chapter 2: Next.js fundamentals Installation of Next.js Running Next.js in developer mode Creating your first Next.js pageRunning a Next.js production build Making Next.js routing Dynamic routing Making Next.js routing masks -- SEO-friendly URLs Dynamic Component Loading (aka Lazy Components) Adding styles to an application -- CSS in JS Adding media content - images, video, and audio Adding interactive graphs and charts Summary Chapter 3: Next.js Configuration Special pages How to make custom configurations Configuring Webpack Configuring Babel Summary Chapter 4: Next.js Data Flow Nuances of fetching data on the client and on the server Loading data from a remote server using vanilla Next.jsUsing Redux with Next.js Using GraphQL with Next.js to fetch data Using the Apollo framework with Next.js to fetch data Summary Chapter 5: Application Life Cycle Handlers and Business Logic Authentication Access Control List, Roles, and Permissions Business Rules Engine Internationalization and Localization Error handling Caching Analytics Summary Chapter 6: Continuous Integration What is automated deployment? Writing unit tests for Next.js apps Writing end-to-end tests for Next.js apps Setting up CI for Next.js: Travis, Gitlab, and so onSetting up cloud coverage statistics Commit hooks Summary Chapter 7: Containers What is a container for a Next.js app? Creating a Docker container for Next.js Deploying to Heroku Deploying to Now.sh Summary Other Books You May Enjoy Index