Skip to content

Commit 4ea1cdf

Browse files
Ryan HamblinRyan Hamblin
authored andcommitted
formatting fail
1 parent 953c730 commit 4ea1cdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ReadMe.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@
2323

2424
#### Tips and Tricks
2525
- Be sure to keep your todos in an array on state. Arrays are so awesome to work with.
26-
``` this.state = {
27-
todos: [];
28-
}```
2926
- Feel free to structure your "todo" data however you'd like. i.e. strings, objects etc.
3027
- React will give you warnings in the console that urge you to squash React Anti-Patterns. But if something is completely off. You'll get stack trace errors that will force your bundle to freeze up. You can look for these in the Chrome Console, or in the terminal where you're running your webpack-dev-server.

0 commit comments

Comments
 (0)