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

Commit e328090

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

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

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

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

5958
5. GraphQL
60-
61-
- GraphQL increases performance by eliminating expensive over-fetching
59+
- GraphQL increases performance by eliminating expensive over-fetching
6260

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

6764
7. Immutable JS
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.
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.
7066

7167
## Experimental Features
7268

0 commit comments

Comments
 (0)