diff --git a/examples/async/README.md b/examples/async/README.md index 62f5e47f18..8d9bfc2160 100644 --- a/examples/async/README.md +++ b/examples/async/README.md @@ -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 diff --git a/examples/counter/README.md b/examples/counter/README.md index 9659749d2d..b74f5d2450 100644 --- a/examples/counter/README.md +++ b/examples/counter/README.md @@ -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 diff --git a/examples/real-world/README.md b/examples/real-world/README.md index d7c696d980..03504ed80f 100644 --- a/examples/real-world/README.md +++ b/examples/real-world/README.md @@ -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 diff --git a/examples/shopping-cart/README.md b/examples/shopping-cart/README.md index b84289d6b7..59e7d0843d 100644 --- a/examples/shopping-cart/README.md +++ b/examples/shopping-cart/README.md @@ -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 diff --git a/examples/todomvc/README.md b/examples/todomvc/README.md index ebd0ac50b2..d4deff1cb6 100644 --- a/examples/todomvc/README.md +++ b/examples/todomvc/README.md @@ -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 diff --git a/examples/todos-flow/README.md b/examples/todos-flow/README.md index ddaced00d1..e2ef4c9013 100644 --- a/examples/todos-flow/README.md +++ b/examples/todos-flow/README.md @@ -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 diff --git a/examples/todos-with-undo/README.md b/examples/todos-with-undo/README.md index 015e04b8b2..4dc1920a52 100644 --- a/examples/todos-with-undo/README.md +++ b/examples/todos-with-undo/README.md @@ -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 diff --git a/examples/tree-view/README.md b/examples/tree-view/README.md index ba08412164..ac58caff66 100644 --- a/examples/tree-view/README.md +++ b/examples/tree-view/README.md @@ -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