Building React Apps with Server-Side Rendering: Use React, Redux, and Next to Build Full Server-Side Rendering Applications Paperback - 2020
by Thakkar, Mohit
- Used
- Paperback
- first
Standard delivery: 5 to 10 days
Details
- Title Building React Apps with Server-Side Rendering: Use React, Redux, and Next to Build Full Server-Side Rendering Applications
- Author Thakkar, Mohit
- Binding Paperback
- Edition First Edition
- Condition Used: Good
- Pages 192
- Volumes 1
- Language ENG
- Publisher Apress
- Publication date 2020-04-03
- Illustrated Yes
- Features Illustrated
- Bookseller's Inventory # SONG1484258681
- ISBN 9781484258682 / 1484258681
- Weight 0.82 lbs (0.37 kg)
- Dimensions 10 x 7 x 0.44 in (25.40 x 17.78 x 1.12 cm)
- Size 7.01x0.47x10.00
- Category Computer - Internet
- Quantity available 1
About Ergodebooks Texas, United States
Our goal is to provide best customer service and good condition books for the lowest possible price. We are always honest about condition of book. We list book only by ISBN # and hence exact book is guaranteed.
We have 30 day return policy.
Reader reviews for Building React Apps with Server-Side Rendering: Use React, Redux, and Next to Build Full Server-Side Rendering Applications
Write a review for this book
Important Terms and Guidelines
- Please focus on the book’s content and context. Also, add any personal comments as to how you enjoyed the book. Substantiate your likes and dislikes. You may make comparisons to other books.
- Reviews must be at least 140 characters in length.
- Please do not reveal critical plot elements.
- This is not a help line. Contact customer support if you need help.
Your review must not include:
- Obscenities, discriminatory language, or other insulting language not suitable for public domain
- Advertisements, “spam” content, or references to other products, offers or websites.
- Email addresses, URLs, phone numbers, physical addresses or other contact information.
- Overly critical comments about other reviews or reviewers
- Time-sensitive material (i.e. promotional tours, seminars, lectures, etc.)
- Availability, price, or alternative ordering/shipping information
From the publisher
From the rear cover
Leverage the benefits of both client-side and server-side rendering to get the most out of your React applications. By the end of this book you will be able to build and deploy React applications using the Next.js framework to fully render server-side HTML on every Web page.
You'll begin by reviewing JavaScript fundamentals and how they work with the core principles of React. You'll then move on to Next.js, the React framework for server-rendered applications. Using this framework, you will create a fast and secure solutional React application that renders content on the server-side, protects sensitive information, and optimizes response times. Before deploying the application using Docker containers, you'll create automated unit tests to verify that every component is appropriately doing its job
Building React Apps with Server-Side Rendering also covers other fun and interesting topics such as Bootstrap 4, JSX (JavaScript XML), adding styling to your React applications, and much more. By the end of this book, you will be able to build and deploy React applications that fully render server-side HTML on every page. In the end you'll have a client-side rendered React application that integrates server-side rendering into it using Next.js framework. You will:- Examine fundamental concepts of JavaScript (ES 2015)
- Create client-side apps using JavaScript frameworks React and Redux
- Add server-side rendering to React apps using the NextJS Framework