Skip to content

videlais/learning-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning React

Welcome

Learning React is an open source textbook designed to be remixed, reused, or improved through submitting issues and pull requests on GitHub!

It can be read as processed markdown on GitHub or as HTML content on GitHub Pages for this project.

What This Is (and Isn't)

The word "Learning" in the title Learning React is purposeful. This is not an exhaustive list of everything in React and how to use it.

This book tries to outline and review major functionality React. Its purpose is to help someone learning React in order to move into more advanced functionality at their own pace. This can be thought of as more of a crash course in React functionality and concepts.

Table of Contents


Version

Version Release Date Notes
1.0 May 2020 Initial version
1.2 August 2020 Docs release

Building

Learning React uses Node.js, a JavaScript runtime, and HonKit, a tool for building books and other documentation projects using Markdown.

To prepare the project, run:

npm install

To re-build the book locally, run:

npm run build

To serve the local build, run

npm run serve

To produce the docs directory, run:

npm run docs


License

Text and Images

The text and images of this book are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. When using the text or screenshots of this book for academic purposes, please use the following (APA) citation:

Cox, D. (2020). Learning React. GitHub repository. https://github.com/videlais/learning-react

Code

All code examples are released under a Public Domain (CC0 1.0 Universal) license. You are free to use them for any commercial, hobby, or educational purpose without citation, attribution, or acknowledgement. Go and create freely!

Copyright Acknowledgement

React, Facebook, WebPack, Babel, and other tools are trademarked to their respective programs, organizations or companies.

About

Learning React is an open source textbook on React

Resources

Stars

Watchers

Forks

Packages

No packages published