Skip to content

Commit b47b0a1

Browse files
committed
Update README.md
1 parent a1ee844 commit b47b0a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Can't find a team? No problem. Fly solo and keep all the glory.
1313

1414
## Things to Keep in Mind
1515

16+
* Not sure where to start? Try the [Universal React Boilerplate](https://github.com/cloverfield-tools/universal-react-boilerplate#universal-react-boilerplate) or take a peak at some [sample code](https://github.com/ericelliott/checkin).
1617
* Don't export any classes. If you need to instantiate anything, use a factory function.
1718
* Use **pure functions** wherever you can. A pure function does not mutate anything outside itself. A pure function does not produce side effects. Given the same inputs, a pure function will always return the same output.
1819
* Notice how much of the program state can be represented as lists of things:

0 commit comments

Comments
 (0)