forked from markerikson/react-redux-links
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ece8cc
commit f2be853
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
### Boilerplates and Starter Kits | ||
|
||
- **React-Redux Universal Hot Example** | ||
https://github.com/erikras/react-redux-universal-hot-example | ||
Has the kitchen sink, and more. Popular, but maybe too many things stuffed into one repo. | ||
|
||
- **React-Redux Starter Kit** | ||
https://github.com/davezuko/react-redux-starter-kit | ||
Very widely recommended. Well laid out, good documentation. Definitely worth looking at. v0.18 uses Babel 5, v1.0 uses Babel 6. | ||
|
||
- **Simple Redux Boilerplate** | ||
https://github.com/tsaiDavid/simple-redux-boilerplate | ||
Excellent example. Includes enough to be useful, but not too many dependencies so it's confusing. | ||
|
||
- **Web-App** | ||
https://github.com/cesarandreu/web-app | ||
Another very good learning resource. Heavily commented Webpack config, good default settings. | ||
|
||
- **Ultimate Hot-Reloading Example** | ||
https://github.com/glenjamin/ultimate-hot-reloading-example | ||
Demonstrates hot-reloading of pretty much everything, both client-side and server-side | ||
|
||
- **React Starter Kit** | ||
https://github.com/kriasoft/react-starter-kit | ||
A full-featured universal/isomorphic starter kit, with good documentation | ||
|
||
- **React Slingshot** | ||
https://github.com/coryhouse/react-slingshot | ||
A flexible starter kit designed to illustrate best practices. |