hetmann / React-and-React-Native-Second-Edition

React and React Native, Second Edition, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-and-React-Native-Second-Edition

React and React Native, Second Edition, published by Packt

Book Name

This is the code repository for React and React Native - Second Edition, published by Packt.

Complete guide to web and native mobile development with React

What is this book about?

First Paragraph from the Long Description

This book covers the following exciting features:

  • Learn what has changed in React 16 and how you stand to benefit
  • Craft reusable components using the React virtual DOM
  • Learn how to use the new create-react-native-app command line tool
  • Augment React components with GraphQL for data using Relay
  • Handle state for architectural patterns using Flux

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Running the examples

Once you've cloned this repository, you can run each example throughout the chapters as a standalone application. First, open a terminal and change into the directory of the example that you want to run. For example:

cd Chapter02/builtin-html-tags

Then, you can install the dependencies for the example:

npm install

Finally, you can run the example:

npm start

This should open a web browser tab for you with the running app inside. In the case of React Native examples, the process is similar. See chapter 13 for steps on getting started with Expo and installing native IDEs.

Following is what you need for this book: Copy and paste the Audience section from the EPIC.

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Chapter Software required OS required
1 -26 A code editor OS Independent although Windows 10
A modern web browser or above recommended
Node.js

Related products

Get to Know the Author

Adam Boduch is a seasoned web application developer with a breadth of experience ranging from jQuery to React and everything in between. He is the author of over 10 books, including React Tooling and React Essentials.

Other books by the author

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

React and React Native, Second Edition, published by Packt

License:MIT License


Languages

Language:JavaScript 97.1%Language:HTML 2.9%Language:CSS 0.0%