Skip to content

Commit

Permalink
Add additional CRA info to remaining examples
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Mar 13, 2017
1 parent a44c4f4 commit bb3314f
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 8 deletions.
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/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

0 comments on commit bb3314f

Please sign in to comment.