React and React Native, Second Edition, published by Packt
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
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!
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).
Chapter | Software required | OS required |
---|---|---|
1 -26 | A code editor | OS Independent although Windows 10 |
A modern web browser | or above recommended | |
Node.js |
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.
Click here if you have any feedback or suggestions.