krasimir/react-in-patterns
A free book that talks about design patterns/techniques used while developing with React.
repo name | krasimir/react-in-patterns |
repo link | https://github.com/krasimir/react-in-patterns |
homepage | https://www.gitbook.com/book/krasimir/react-in-patterns/ |
language | JavaScript |
size (curr.) | 132701 kB |
stars (curr.) | 10616 |
created | 2016-06-20 |
license | MIT License |
React in patterns
:books: A free book that talks about design patterns/techniques used while developing with React.
Book
Translations
Content
Foundation
- Communication
- Event handlers
- Composition
- Controlled and uncontrolled inputs
- Presentational and container components
Data flow
MISC
Source code
The code samples used in the book are available here.
Other resources
- React Design principles
- Airbnb React/JSX Style Guide
- React patterns at Planning Center Online
- React patterns by Michael Chan
- React patterns, techniques, tips and tricks
Building the book
yarn install && yarn build
To make the ebook generating possible install calibre and ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin/
.