From a44c4f4ec9bfe6e0fe4d5bd155a3f399ab123fbe Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sun, 12 Mar 2017 17:04:23 -0700 Subject: [PATCH 1/2] Add additional CRA info to Todos example --- examples/todos/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/todos/README.md b/examples/todos/README.md index ddaced00d1..e2ef4c9013 100644 --- a/examples/todos/README.md +++ b/examples/todos/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 From bb3314fcd2829a1b4a75ca48f54905e3acbcf6d7 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sun, 12 Mar 2017 17:20:26 -0700 Subject: [PATCH 2/2] Add additional CRA info to remaining examples --- examples/async/README.md | 4 +++- examples/counter/README.md | 4 +++- examples/real-world/README.md | 4 +++- examples/shopping-cart/README.md | 4 +++- examples/todomvc/README.md | 4 +++- examples/todos-flow/README.md | 4 +++- examples/todos-with-undo/README.md | 4 +++- examples/tree-view/README.md | 4 +++- 8 files changed, 24 insertions(+), 8 deletions(-) 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