Skip to content

Commit b76143b

Browse files
committed
update readme
1 parent 185b7ce commit b76143b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ I cobbled this together from a wide variety of similar "starter" repositories. A
5151
<dd>Write composable, modular and maintenable CSS with your components.</dd>
5252

5353
<dt>Predictable state management</dt>
54-
<dd>Unidirectional data flow with Redux helps you write applications that behave consistently and are easy to test. On top of that, it provides a great developer experience.</dd>
54+
<dd>Unidirectional data flow with <a href="http://redux.js.org">Redux</a> helps you write applications that behave consistently and are easy to test. On top of that, it provides a great developer experience.</dd>
5555

5656
<dt>Backend API oriented services</dt>
57-
<dd>With Feathers it's easy to create scalable real-time applications with services and hooks.
57+
<dd>With <a href="http://feathersjs.com">Feathers</a> it's easy to create scalable real-time applications with services and hooks.
5858
<a href="https://en.wikipedia.org/wiki/Cross-cutting_concern">Cross cutting concerns</a> are an extremely powerful part of aspect oriented programming. They are a very good fit for web and mobile applications since the majority are primarily CRUD applications with lots of shared functionality. You can create before and after hooks and chain them together to create very complex processes while still maintaining modularity and flexibility.</dd>
5959

6060
<dt>Authentication</dt>
61-
<dd>Passport authentication allows you to use all the desired strategies. The connections in REST and in real time are protected in the same way with the hooks. React-router, redux and <a href="https://github.com/mjrussell/redux-auth-wrapper">redux-auth-wrapper</a> allow you to keep control in your React app.</dd>
61+
<dd><a href="http://passportjs.org">Passport</a> authentication allows you to use all the desired strategies. The connections in REST and in real time are protected in the same way with the hooks. React-router, redux and <a href="https://github.com/mjrussell/redux-auth-wrapper">redux-auth-wrapper</a> allow you to keep control in your React app.</dd>
6262

6363
<dt>Progressive wep app & Offline-first</dt>
6464
<dd>Progressive Web Apps are user experiences that have the reach of the web, and are:<br>
@@ -75,7 +75,7 @@ This new level of quality allows Progressive Web Apps to earn a place on the use
7575
<a href="https://github.com/halt-hammerzeit/webpack-isomorphic-tools">Webpack-isomorphic-tools</a> to allow require() work for statics both on client and server.</dd>
7676

7777
<dt>SEO</dt>
78-
<dd>This project supports SEO for search engines even whithout support indexing of JavaScript content, thanks to server-side rendering.</dd>
78+
<dd>This project supports SEO for search engines even without support indexing of JavaScript content, thanks to server-side rendering.</dd>
7979
</dl>
8080

8181
## Installation

0 commit comments

Comments
 (0)