Skip to content

Commit fdfd34d

Browse files
committed
bump to v6.0.0
1 parent b74cdad commit fdfd34d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# universal-react-redux
22

3-
A simple, clean, React and Redux boilerplate with sensible defaults. Server
4-
rendering with react and express. Bundled with Webpack, with HMR transforms and
5-
support for `css-modules`.
3+
A universal React/Redux boilerplate with sensible defaults. Out of the box, this
4+
boilerplate comes with:
5+
6+
- Server-side rendering with Express
7+
- Sane [webpack configurations](webpack/)
8+
- JS hot reloading with `react-hot-loader` and `webpack-dev-server`
9+
- CSS, SASS and `css-modules` support with hot reloading and no [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) (`css-hot-loader`)
10+
- Routing with `react-router-v4`
11+
- Full production builds that do not rely on `babel`.
612

713
## Get started
814

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "universal-react-redux",
3-
"description": "A universal starter kit built with ES2015, react, react-router and redux. Server rendering with react and express. Bundled with Webpack with HMR transforms and css-modules support.",
4-
"version": "5.0.0",
3+
"description": "Universal React/Redux boilerplate with sensible defaults.",
4+
"version": "6.0.0",
55
"license": "MIT",
66
"main": "client/index.js",
77
"repository": {

0 commit comments

Comments
 (0)