Skip to content

Commit b0ac061

Browse files
authored
Update README.md
1 parent 17161d3 commit b0ac061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Can't find a team? No problem. Fly solo and keep all the glory.
1414
## Things to Keep in Mind
1515

1616
* Not sure where to start? Try [Next.js](https://zeit.co/blog/next).
17-
* Don't export any classes. If you need to instantiate anything, use a factory function.
17+
* Favor functional components over class-based components when it makes sense.
1818
* 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.
1919
* Notice how much of the program state can be represented as lists of things:
2020
- A list of users.

0 commit comments

Comments
 (0)