---
title: React
excerpt: >-
To make it easy to write documentation in plain Markdown, most React are
styled using Markdown elements with few additional CSS classes.
seo:
title: React
description: This is the React page
extra:
- name: 'og:type'
value: website
keyName: property
- name: 'og:title'
value: React
keyName: property
- name: 'og:description'
value: This is the React page
keyName: property
- name: 'twitter:card'
value: summary
- name: 'twitter:title'
value: React
- name: 'twitter:description'
value: This is the React page
template: docs
---
# React
# Examples:
### For more resources visit:
[bgoonz/React_Notes_V3A JavaScript library for building user interfaces React makes it painless to create interactive UIs. Design simple…github.com](https://github.com/bgoonz/React_Notes_V3)
[Use this appendix to get any prerequisite concepts and terminology under your belt:](https://gist.github.com/bgoonz/e07d9e7917ae9e98807358d1e7cc4a67)
Here I will walk through a demo…. skip down below for more fundamental examples and resources…
## Learn Redux:
---
## ALL CODE:
```jsx
```
## React Cheat Sheet:
React-Tutorial-1:[react-tutorial-1A React repl by bgoonzreplit.com](https://replit.com/@bgoonz/react-tutorial-1)
React Boilerplate:[React.js + Babel + Webpack BoilerplateCreated by @eankeen | The ultimate trifecta - React, Babel, and Webpack - complete with hot module reloading and a…replit.com](https://replit.com/@bgoonz/Reactjs-Babel-Webpack-Boilerplate#index.js)