Skip to content

Commit

Permalink
Everything works.
Browse files Browse the repository at this point in the history
  • Loading branch information
buckyroberts committed Jul 3, 2016
1 parent 3041ed9 commit e816bee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# React/Sass/Redux Boilerplate
![](http://i.imgur.com/8EWxANj.png)

Boilerplate for a React / Redux build.
# React/Sass/Redux Boilerplate

![](http://i.imgur.com/8EWxANj.png)
Boilerplate and guide for a React/Sass/Redux build.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion dev/js/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Containers are very similar to components, the only difference is that components are aware of application state. If
part of your webpage is only used for displaying data (dumb) then make it a component. If you need it to be smart and
aware of the state (whenever data changes) in the application then make it a container.
aware of the state (whenever data changes) in the application then make it a container.
Binary file modified misc/diagram.psd
Binary file not shown.

0 comments on commit e816bee

Please sign in to comment.