Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 29ba8ff

Browse files
authored
Update README.md
1 parent 7e68f7e commit 29ba8ff

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,20 @@ This framework takes performance to the extreme and includes a whole slew of per
5353
3. Serverside Rendering
5454

5555
4. Reselect
56-
Memoization and React.PureComponent
56+
57+
- Memoization and React.PureComponent
5758

5859
5. GraphQL
59-
GraphQL increases performance by eliminating expensive over-fetching
60+
61+
- GraphQL increases performance by eliminating expensive over-fetching
6062

6163
6. Service Worker / Offline First
62-
The only requirement to go offline first is using SSL.
64+
65+
- The only requirement to go offline first is using SSL.
6366

6467
7. Immutable JS
65-
Immutable JS is installed by default, but not used in the example application. By combining React.PureComponent, reselect and immutable.js, you will get some serious rendering performance enhancements.
68+
69+
- Immutable JS is installed by default, but not used in the example application. By combining React.PureComponent, reselect and immutable.js, you will get some serious rendering performance enhancements.
6670

6771
## Experimental Features
6872

0 commit comments

Comments
 (0)