Building React Apps with Server-Side Rendering : Use React, Redux, and Next to Build Full Server-Side Rendering Applications Paperback - 2020
by Mohit Thakkar
- New
- Paperback
Standard delivery: 7 to 12 days
Details
- Title Building React Apps with Server-Side Rendering : Use React, Redux, and Next to Build Full Server-Side Rendering Applications
- Author Mohit Thakkar
- Binding Paperback
- Condition New
- Pages 192
- Volumes 1
- Language ENG
- Publisher Apress
- Publication date 2020-04-03
- Illustrated Yes
- Features Illustrated
- Bookseller's Inventory # ria9781484258682_inp
- 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)
- Category Computer - Internet
- Quantity available 734
About Ria Christie Collections Greater London, United Kingdom
Hello We are professional online booksellers. We sell mostly new books and textbooks and we do our best to provide a competitive price. We are based in Greater London, UK. We pride ourselves by providing a good customer service throughout, shipping the items quickly and replying to customer queries promptly. Ria Christie Collections
30 day return guarantee, with full refund including original shipping costs for up to 30 days after delivery if an item arrives misdescribed or damaged.
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