Skip to content

Add additional CRA info to example READMEs #2288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion examples/async/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Redux Async Example

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app).
This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of [language features and polyfills supported by Create-React-App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills) for more information.

## Available Scripts

Expand Down
4 changes: 3 additions & 1 deletion examples/counter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Redux Counter Example

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app).
This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of [language features and polyfills supported by Create-React-App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills) for more information.

## Available Scripts

Expand Down
4 changes: 3 additions & 1 deletion examples/real-world/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Redux Real World Example

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app).
This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of [language features and polyfills supported by Create-React-App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills) for more information.

## Available Scripts

Expand Down
4 changes: 3 additions & 1 deletion examples/shopping-cart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Redux Shopping Cart Example

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app).
This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of [language features and polyfills supported by Create-React-App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills) for more information.

## Available Scripts

Expand Down
4 changes: 3 additions & 1 deletion examples/todomvc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Redux TodoMVC Example

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app).
This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of [language features and polyfills supported by Create-React-App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills) for more information.

## Available Scripts

Expand Down
4 changes: 3 additions & 1 deletion examples/todos-flow/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Redux Todos Example

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app).
This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of [language features and polyfills supported by Create-React-App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills) for more information.

## Available Scripts

Expand Down
4 changes: 3 additions & 1 deletion examples/todos-with-undo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Redux Todos with Undo Example

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app).
This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of [language features and polyfills supported by Create-React-App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills) for more information.

## Available Scripts

Expand Down
4 changes: 3 additions & 1 deletion examples/todos/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Redux Todos Example

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app).
This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of [language features and polyfills supported by Create-React-App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills) for more information.

## Available Scripts

Expand Down
4 changes: 3 additions & 1 deletion examples/tree-view/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Redux Tree View Example

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app).
This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of [language features and polyfills supported by Create-React-App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills) for more information.

## Available Scripts

Expand Down