You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,14 +51,14 @@ I cobbled this together from a wide variety of similar "starter" repositories. A
51
51
<dd>Write composable, modular and maintenable CSS with your components.</dd>
52
52
53
53
<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 <ahref="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>
55
55
56
56
<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 <ahref="http://feathersjs.com">Feathers</a> it's easy to create scalable real-time applications with services and hooks.
58
58
<ahref="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>
59
59
60
60
<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 <ahref="https://github.com/mjrussell/redux-auth-wrapper">redux-auth-wrapper</a> allow you to keep control in your React app.</dd>
61
+
<dd><ahref="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 <ahref="https://github.com/mjrussell/redux-auth-wrapper">redux-auth-wrapper</a> allow you to keep control in your React app.</dd>
62
62
63
63
<dt>Progressive wep app & Offline-first</dt>
64
64
<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
75
75
<ahref="https://github.com/halt-hammerzeit/webpack-isomorphic-tools">Webpack-isomorphic-tools</a> to allow require() work for statics both on client and server.</dd>
76
76
77
77
<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>
0 commit comments