Skip to content

Commit 6d6dd37

Browse files
committed
Update README
1 parent 029515b commit 6d6dd37

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# Create React WP Theme <!-- omit in toc -->
22

3-
Feb. 5, 2020
3+
## Updated!
4+
5+
Feb. 9, 2020
46
<br />
5-
Facebook recently updated [Create React App](https://create-react-app.dev/) to [v3.3.1](https://github.com/facebook/create-react-app/releases/tag/v3.3.1).
7+
Be sure to check out the new features (and bug fixes!) that Facebook added to [v3.3.1](https://github.com/facebook/create-react-app/releases/tag/v3.3.1) of `Create React App`.
68

7-
I usually give it a few days before updating this project to match... just to make sure they don't have any show-stopping bugs. But look for an update to `create-react-wptheme` this weekend-ish.
9+
## Good to Know!
810

9-
---
11+
[Create React App](https://create-react-app.dev/) is more than just React. `Create React App` is a stack of well tested and battle-hardened tools, guaranteed to be configured correctly to work together to make your job easier. **No need for weird CORS setups** or server proxies. **Why in the world** would you want to **maintain two servers** anyway? No need for that, just use `Create React WPTheme` instead. The biggest difference between `Create React WPTheme` and `Create React App` is that this project here **uses your WordPress server as the development server instead of the Webpack Dev Server.**
1012

11-
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
12-
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
13+
## Don't Forget!
1314

14-
The biggest difference with this project and the original is that **it uses your WordPress server as the
15-
development server instead of the Webpack Dev Server.**
15+
If you used an earlier version of `create-react-wptheme` to create a theme, you can easily update it as well. See the [Updating Existing Themes](#updating-existing-themes) section of the README below.
16+
17+
---
1618

1719
## Getting Started <!-- omit in toc -->
1820

0 commit comments

Comments
 (0)