Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 25f7666

Browse files
committed
Who doesn't love checkboxes.
1 parent 6b68740 commit 25f7666

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ This is a basic boilerplate to help you get started with React & Redux. What you
77
- It assumes you have at least a basic understanding of how [React](https://facebook.github.io/react/docs/tutorial.html), [Redux](https://egghead.io/series/getting-started-with-redux) ~~and [Immutable data structures](http://facebook.github.io/immutable-js/)~~ work
88

99
##What's left to do
10-
- Add user authentication (that's what the form is there for) and restrict access to specific routes/components
11-
- Add [ImmutableJS](https://github.com/facebook/immutable-js/)
12-
- Don't dispatch the action in componentDidMount if the data has already been fetched from server-side rendering
13-
- Further improve the codebase (feel free to make suggestions, PRs etc)
10+
- [ ] Add user authentication (that's what the form is there for) and restrict access to specific routes/components
11+
- [ ] Add [ImmutableJS](https://github.com/facebook/immutable-js/)
12+
- [ ] Don't dispatch the action in componentDidMount if the data has already been fetched from server-side rendering
13+
- [ ] Further improve the codebase (feel free to make suggestions, PRs etc)
1414

1515
##The stack
1616
- [x] Express & json-server

0 commit comments

Comments
 (0)