From bb4226adcd115592bf91f7b30a13fa7594c1071a Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 21 Dec 2016 21:30:06 -0800 Subject: [PATCH] Update README.md --- README.md | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/README.md b/README.md index 37187477..ce91dcf5 100644 --- a/README.md +++ b/README.md @@ -494,37 +494,9 @@ If you want to create re-usable React components that you can embed in your Next
- How do I use CSS-in-JS solutions + How do I use CSS-in-JS solutions? Next.js bundles [styled-jsx](https://github.com/zeit/styled-jsx) supporting scoped css. However you can use a CSS-in-JS solution in your Next app by just including your favorite library [as mentioned before](#css-in-js) in the document. - - -### Compilation performance - -Parsing, prefixing, modularizing and hot-code-reloading CSS can be avoided by just using JavaScript. - -This results in better compilation performance and less memory usage (especially for large projects). No `cssom`, `postcss`, `cssnext` or transformation plugins. - -It also means fewer dependencies and fewer things for Next to do. Everything is Just JavaScript® (since JSX is completely optional) - -### Lifecycle performance - -Since every class name is invoked with the `css()` helper, Next.js can intelligently add or remove `