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
<p>This component demonstrates fetching data from the server.</p>
28
-
{contents}
29
-
<p>For more sophisticated applications, consider an architecture such as Redux or Flux for managing state. You can generate an ASP.NET Core application with React and Redux using <code>dotnet new aspnet/spa/reactredux</code> instead of using this template.</p>
27
+
<p>This component demonstrates fetching data from the server and working with URL parameters.</p>
<p>Welcome to your new single-page application, built with:</p>
8
8
<ul>
9
9
<li><ahref='https://get.asp.net/'>ASP.NET Core</a> and <ahref='https://msdn.microsoft.com/en-us/library/67ef8sbd.aspx'>C#</a> for cross-platform server-side code</li>
10
-
<li><ahref='https://facebook.github.io/react/'>React</a> and <ahref='http://www.typescriptlang.org/'>TypeScript</a> for client-side code</li>
10
+
<li><ahref='https://facebook.github.io/react/'>React</a>, <ahref='http://redux.js.org'>Redux</a>, and <ahref='http://www.typescriptlang.org/'>TypeScript</a> for client-side code</li>
11
11
<li><ahref='https://webpack.github.io/'>Webpack</a> for building and bundling client-side resources</li>
12
12
<li><ahref='http://getbootstrap.com/'>Bootstrap</a> for layout and styling</li>
13
13
</ul>
@@ -18,11 +18,6 @@ export class Home extends React.Component<any, void> {
18
18
<li><strong>Hot module replacement</strong>. In development mode, you don't even need to reload the page after making most changes. Within seconds of saving changes to files, rebuilt CSS and React components will be injected directly into your running application, preserving its live state.</li>
19
19
<li><strong>Efficient production builds</strong>. In production mode, development-time features are disabled, and the <code>webpack</code> build tool produces minified static CSS and JavaScript files.</li>
20
20
</ul>
21
-
<h4>Going further</h4>
22
-
<p>
23
-
For larger applications, or for server-side prerendering (i.e., for <em>isomorphic</em> or <em>universal</em> applications), you should consider using a Flux/Redux-like architecture.
24
-
You can generate an ASP.NET Core application with React and Redux using <code>dotnet new aspnet/spa/reactredux</code> instead of using this template.
0 commit comments