Skip to content

Commit 1aef153

Browse files
committed
update Readme
1 parent 4781bd7 commit 1aef153

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
@@ -2,7 +2,6 @@
22

33
[![Gitter][gitter-img]][gitter-link]
44
[![Build Status](https://travis-ci.org/WeLikeGraphQL/universal-react-apollo-example.svg?branch=master)](https://travis-ci.org/WeLikeGraphQL/universal-react-apollo-example)
5-
[![Coverage Status](https://coveralls.io/repos/github/WeLikeGraphQL/universal-react-apollo-example/badge.svg?branch=master)](https://coveralls.io/github/WeLikeGraphQL/universal-react-apollo-example?branch=master)
65

76
> An example of the app that shows how to use a modern stack (strong accent on GraphQL!).
87
@@ -12,18 +11,19 @@
1211
## Features
1312

1413
- [GraphQL](http://graphql.org/) for fetching data! The most awesome part of the project!
15-
- Universal Rendering
14+
- Universal Rendering (Server Side Rendering)
1615
- ES6/ES2015 with [Babel](https://babeljs.io/)
1716
- React data container for the [Apollo Client](http://dev.apollodata.com/react/)
1817
- Integrating predictable state container [Redux](http://redux.js.org) with Apollo
19-
- Hot reloading using [react-transform-hmr](https://github.com/gaearon/react-transform-hmr)
18+
- Hot reloading using [React-Hot-Loader](https://github.com/gaearon/react-hot-loader)
19+
- [Recompose](https://github.com/acdlite/recompose) as a React utility belt for higher order components
2020
- Development and production bundling by [Webpack](https://webpack.github.io)
2121
- [CSSNext](http://cssnext.io/): use of official W3C syntax of the future CSS
2222
- Transforming styles with JS plugins by [PostCSS](http://postcss.org/)
2323
- [Wow.js](http://mynameismatthieu.com/WOW/) for CSS animations
2424
- [Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) for resolving [layout fatigue](http://blog.karenmenezes.com/2014/apr/13/floats-inline-block-or-display-table-or-flexbox/) and making the app responsive (open the app in desktop, mobile, whatever...). Doesn't work on IE 9, but it should not be a problem nowadays. See [browsers usage](http://caniuse.com/usage-table).
2525
- [CSS Modules](https://github.com/css-modules/css-modules): say goodbye to global scope in CSS and most of conflicts
26-
- [Jest](https://facebook.github.io/jest/), [Enzyme](http://airbnb.io/enzyme/), [Chai](http://chaijs.com/), [Sinon](http://sinonjs.org/) for testing (no [snapshot](https://facebook.github.io/jest/blog/2016/07/27/jest-14.html) tests yet)
26+
- [Jest Snapshot Testng](https://facebook.github.io/jest/blog/2016/07/27/jest-14.html), some parts in [Enzyme](http://airbnb.io/enzyme/) and [Sinon](http://sinonjs.org/)
2727
- Linting both JS and CSS, respectively by: [ESLint](http://eslint.org/) and [Stylelint](http://stylelint.io/)
2828

2929
## Running the app

0 commit comments

Comments
 (0)